Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
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
- 97