ML.DATASETS¶
| Function | Description |
|---|---|
| ML.DATASETS.DIABETES | Loads the Diabetes dataset, a regression dataset for predicting disease progression. |
| ML.DATASETS.DIGITS | Loads the Digits dataset, a dataset of handwritten digits. |
| ML.DATASETS.FORCE_2020 | Loads well log data from the Force 2020 dataset (Norwegian Continental Shelf) for the specified wells. |
| ML.DATASETS.IRIS | Loads the Iris dataset, a classic dataset for classification. |
| ML.DATASETS.OPENML | Loads a dataset from OpenML, a public repository for machine learning data. |