Concept

sklearn.datasets.make_classification

Generates a random classification problem. Some of the things we can specify through its parameters are the number of samples, number of classes, number of features, etc. The function returns the generated samples in an array of shape [n_samples, n_features]. It also returns an array of shape [n_samples], containing the integer labels for class membership of each sample.

0

1

Updated 2020-10-21

Tags

Data Science