Movatterモバイル変換


[0]ホーム

URL:


Login

Iris

Donated on 6/30/1988

A small classic dataset from Fisher, 1936. One of the earliest known datasets used for evaluating classification methods.

Dataset Characteristics

Tabular

Subject Area

Biology

Associated Tasks

Classification

Feature Type

Real

# Instances

150

# Features

4

Dataset Information

What do the instances in this dataset represent?

Each instance is a plant

Additional Information

This is one of the earliest datasets used in the literature on classification methods and widely used in statistics and machine learning. The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. One class is linearly separable from the other 2; the latter are not linearly separable from each other.Predicted attribute: class of iris plant.This is an exceedingly simple domain.This data differs from the data presented in Fishers article (identified by Steve Chadwick, spchadwick@espeedaz.net ). The 35th sample should be: 4.9,3.1,1.5,0.2,"Iris-setosa" where the error is in the fourth feature. The 38th sample: 4.9,3.6,1.4,0.1,"Iris-setosa" where the errors are in the second and third features.

Has Missing Values?

No

Introductory Paper

The Iris data set: In search of the source of virginica

By A. Unwin, K. Kleinman. 2021

Published in Significance, 2021

Variables Table

Variable NameRoleTypeDescriptionUnitsMissing Values
sepal lengthFeatureContinuouscmno
sepal widthFeatureContinuouscmno
petal lengthFeatureContinuouscmno
petal widthFeatureContinuouscmno
classTargetCategoricalclass of iris plant: Iris Setosa, Iris Versicolour, or Iris Virginicano

0 to5 of5

Baseline Model Performance

Dataset Files

FileSize
bezdekIris.data4.4 KB
iris.data4.4 KB
iris.names2.9 KB
Index105 Bytes

Papers Citing this Dataset

Sort byYear, desc
Convergence and Margin of Adversarial Training on Separable Data

By Zachary Charles, Shashank Rajput, Stephen Wright, Dimitris Papailiopoulos. 2019

Published in ArXiv.

CRAD: Clustering with Robust Autocuts and Depth

By Xin Huang, Yulia Gel. 2019

Published in 2017 IEEE International Conference on Data Mining (ICDM), 925--930} (2017).

Deep Spiking Neural Network with Spike Count based Learning Rule

By Jibin Wu, Yansong Chua, Malu Zhang, Qu Yang, Guoqi Li, Haizhou Li. 2019

Published in ArXiv.

Bounded Fuzzy Possibilistic Method

By Hossein Yazdani. 2019

Published in ArXiv.

0 to5 of352

Reviews

There are no reviews for this dataset yet.

Login to Write a Review

Write a Review

0
Download(3.7 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
from ucimlrepo import fetch_ucirepo   # fetch dataset iris = fetch_ucirepo(id=53)   # data (as pandas dataframes) X = iris.data.features y = iris.data.targets   # metadata print(iris.metadata)   # variable information print(iris.variables)
View the full documentation
352 citations
872295 views
Citation
Fisher, R. (1936). Iris [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C56C76.
Style:

Keywords

Creators

R. A. Fisher

License

This dataset is licensed under aCreative Commons Attribution 4.0 International(CC BY 4.0) license.

This allows for the sharing and adaptation of the datasets for any purpose,provided that the appropriate credit is given.

By using the UCI Machine Learning Repository,you acknowledge and accept the cookies and privacy practices used by the UCI Machine Learning Repository.

Read Policy

[8]ページ先頭

©2009-2025 Movatter.jp