spectrochempy.load_iris
- load_iris()[source][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.