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)