sklearn.datasets
Description:
- Includes utilities to load datasets, including methods to load and fetch popular reference datasets.
- It also features some artificial data generators.
Loaders:
- …
- …
load_files(container_path, *[, ...])
- Load text files with categories as subfolder names.
load_iris(*[, return_X_y, as_frame])
- Load and return the Iris dataset (classification).
- …