[][src]Module smartcore::dataset::iris

The Iris Dataset flower

Number of InstancesNumber of AttributesMissing Values?Associated Tasks:
1504NoClassification

Fisher's Iris dataset is a multivariate dataset that was published in 1936 by Ronald Fisher. This multivariate dataset is frequently used to demonstrate various machine learning algorithms. The dataset has following attributes:

PredictorData TypeTarget?
Sepal lengthNumericalNo
Sepal widthNumericalNo
Petal lengthNumericalNo
Petal widthNumericalNo
ClassNominalYes

Functions

load_dataset

Get dataset