Dataset Viewer
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError
YAML Metadata Error: "configs[0]" must be of type object
YAML Metadata Error: "configs[1]" must be of type object
YAML Metadata Error: "configs[2]" must be of type object
YAML Metadata Error: "configs[3]" must be of type object

Iris

The Iris dataset from the UCI repository.

Configurations and tasks

Configuration Task Description
iris Multiclass classification Classify iris type.
setosa Binary classification Is this a iris-setosa?
versicolor Binary classification Is this a iris-versicolor?
virginica Binary classification Is this a iris-virginica?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/iris", "iris")["train"]
Downloads last month
13

Spaces using mstz/iris 2