copt.datasets.load_gisette

copt.datasets.load_gisette(standardize=True)[source]

Download and return the covtype dataset.

This is the binary classification version of the dataset as found in the LIBSVM dataset project:

Args

standardize: boolean If True, each feature will have zero mean and unit variance.

Returns

scipy.sparse CSR matrix target: numpy array

Labels, only takes values 0 or 1.

Return type

data