Warning

You are reading the documentation related to the development version. Go here if you are looking for the documentation of the stable release.

spectrochempy.load_iris

load_iris()[source]

Upload the classical “iris” dataset.

The “IRIS” dataset is a classical example for machine learning. It is read from the scikit-learn package.

Returns

dataset – The IRIS dataset.

See also

read

Read data from experimental data.

Examples using spectrochempy.load_iris

PCA example (iris dataset)

PCA example (iris dataset)