spectrochempy.download_iris

download_iris()[source]

Upload the classical “iris” dataset.

The “IRIS” dataset is a classical example for machine learning.It is downloaded from the [UCI distant repository](https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data)

Returns:

dataset – The IRIS dataset.

See also

read

Read data from experimental data.

Examples using spectrochempy.download_iris

PCA example (iris dataset)

PCA example (iris dataset)