Warning
DEPRECATED
sklearn.datasets.fetch_mldata(dataname, target_name=’label’, data_name=’data’, transpose_data=True, data_home=None)
[source]
DEPRECATED: fetch_mldata was deprecated in version 0.20 and will be removed in version 0.22
Fetch an mldata.org data set
mldata.org is no longer operational.
If the file does not exist yet, it is downloaded from mldata.org .
mldata.org does not have an enforced convention for storing data or naming the columns in a data set. The default behavior of this function works well with the most common cases:
n_features x n_samples
, and thus needs to be transposed to match the sklearn
standardKeyword arguments allow to adapt these defaults to specific data sets (see parameters target_name
, data_name
, transpose_data
, and the examples below).
mldata.org data sets may have multiple columns, which are stored in the Bunch object with their original name.
Deprecated since version 0.20: Will be removed in version 0.22
Parameters: |
|
---|---|
Returns: |
|
© 2007–2018 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_mldata.html