Iris flower data set
收藏资源简介:
Iris花数据集,也称为Fisher的Iris数据集,是由英国统计学家和生物学家Ronald Fisher在其1936年的论文《分类问题中多测量值的使用》中作为线性判别分析的示例引入的多变量数据集。该数据集包含来自三种Iris花(Iris setosa, Iris virginica和Iris versicolor)的50个样本,每个样本测量了四个特征:萼片和花瓣的长度和宽度,单位为厘米。数据集共有150行和5列,四个属性描述了花的形状和大小。
The Iris flower dataset, also known as Fisher's Iris dataset, is a multivariate dataset introduced by the British statistician and biologist Ronald Fisher in his 1936 paper 'The Use of Multiple Measurements in Taxonomic Problems' as an example of linear discriminant analysis. This dataset comprises 50 samples from each of three species of Iris flowers (Iris setosa, Iris virginica, and Iris versicolor), with each sample measured for four features: the length and width of the sepals and petals, in centimeters. The dataset consists of 150 rows and 5 columns, with four attributes describing the shape and size of the flowers.
数据集概述
数据集名称
IRIS DATASET
数据集来源
由英国统计学家和生物学家Ronald Fisher于1936年提出,用于其在论文《The use of multiple measurements in taxonomic problems》中的线性判别分析示例。
数据集内容
- 样本数量:包含150个样本,每种鸢尾花(Iris setosa, Iris virginica, Iris versicolor)各有50个样本。
- 特征描述:每个样本测量了四个特征,包括花瓣长度、花瓣宽度、萼片长度和萼片宽度,单位为厘米。
- 数据结构:数据集包含150行和5列,其中四列描述了花的形状和大小。
数据分析工具
- NUMPY:用于处理数组对象和列表,指定数据集的列。
- PANDAS:用于加载CSV文件,创建数据帧,进行数据清洗和处理,以及添加新的数据列。
- MATPLOTLIB:用于创建直方图、箱线图和散点图。
- SEABORN:用于创建密度图,设置图表的网格样式。




