fatf.utils.data.datasets.load_iris

fatf.utils.data.datasets.load_iris() → Dict[str, numpy.ndarray][source]

Loads the IRIS dataset [FISHER1936].

The dataset description can be found here.

FISHER1936

Fisher,R.A. “The use of multiple measurements in taxonomic problems” Annual Eugenics, 7, Part II, 179-188 (1936); also in “Contributions to Mathematical Statistics” (John Wiley, NY, 1950).

Returns
dataDict[string, numpy.ndarray]

A dictionary with the dataset and its metadata. See fatf.utils.data.datasets.load_data for the data format.

Examples using fatf.utils.data.datasets.load_iris