Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from sklearn.datasets import make_classification
  2. X, y = make_classification(n_samples=1000, n_features=20,
  3. n_informative=5, n_redundant=2, n_classes=4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement