行莫
行莫
发布于 2025-11-23 / 4 阅读
0
0

鸢尾花数据集

鸢尾花数据集

Iris 鸢尾花数据集内包含 3 种类别,分别为山鸢尾(Iris-setosa)、变色鸢尾(Iris-versicolor)和维吉尼亚鸢尾(Iris-virginica)。
数据集共 150 条记录,每类各 50 个数据,每条记录有花萼长度、花萼宽度、花瓣长度、花瓣宽度4项特征,通过这4个特征预测鸢尾花卉属于哪一品种。

数据集描述

Iris plants dataset

Data Set Characteristics:

:Number of Instances: 150 (50 in each of three classes)
:Number of Attributes: 4 numeric, predictive attributes and the class
:Attribute Information:

  • sepal length in cm
  • sepal width in cm
  • petal length in cm
  • petal width in cm
  • class:
  • Iris-Setosa
  • Iris-Versicolour
  • Iris-Virginica

:Summary Statistics:

============== ==== ==== ======= ===== ====================
Min Max Mean SD Class Correlation
============== ==== ==== ======= ===== ====================
sepal length: 4.3 7.9 5.84 0.83 0.7826
sepal width: 2.0 4.4 3.05 0.43 -0.4194
petal length: 1.0 6.9 3.76 1.76 0.9490 (high!)
petal width: 0.1 2.5 1.20 0.76 0.9565 (high!)
============== ==== ==== ======= ===== ====================

:Missing Attribute Values: None
:Class Distribution: 33.3% for each of 3 classes.
:Creator: R.A. Fisher
:Donor: Michael Marshall (MARSHALL%PLU@io.arc.nasa.gov)
:Date: July, 1988

The famous Iris database, first used by Sir R.A. Fisher. The dataset is taken
from Fisher's paper. Note that it's the same as in R, but not as in the UCI
Machine Learning Repository, which has two wrong data points.

This is perhaps the best known database to be found in the
pattern recognition literature. Fisher's paper is a classic in the field and
is referenced frequently to this day. (See Duda & Hart, for example.) 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.

.. dropdown:: References

  • Fisher, R.A. "The use of multiple measurements in taxonomic problems"
    Annual Eugenics, 7, Part II, 179-188 (1936); also in "Contributions to
    Mathematical Statistics" (John Wiley, NY, 1950).
  • Duda, R.O., & Hart, P.E. (1973) Pattern Classification and Scene Analysis.
    (Q327.D83) John Wiley & Sons. ISBN 0-471-22361-1. See page 218.
  • Dasarathy, B.V. (1980) "Nosing Around the Neighborhood: A New System
    Structure and Classification Rule for Recognition in Partially Exposed
    Environments". IEEE Transactions on Pattern Analysis and Machine
    Intelligence, Vol. PAMI-2, No. 1, 67-71.
  • Gates, G.W. (1972) "The Reduced Nearest Neighbor Rule". IEEE Transactions
    on Information Theory, May 1972, 431-433.
  • See also: 1988 MLC Proceedings, 54-64. Cheeseman et al"s AUTOCLASS II
    conceptual clustering system finds 3 classes in the data.
  • Many, many more ...

数据集

[
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.5,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.9,
        "sepal width (cm)": 3,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.7,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 1.3,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.6,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3.6,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.4,
        "sepal width (cm)": 3.9,
        "petal length (cm)": 1.7,
        "petal width (cm)": 0.4,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.6,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.3,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.4,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.9,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.1,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.4,
        "sepal width (cm)": 3.7,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.8,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.6,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.8,
        "sepal width (cm)": 3,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.1,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.3,
        "sepal width (cm)": 3,
        "petal length (cm)": 1.1,
        "petal width (cm)": 0.1,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.8,
        "sepal width (cm)": 4,
        "petal length (cm)": 1.2,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 4.4,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.4,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.4,
        "sepal width (cm)": 3.9,
        "petal length (cm)": 1.3,
        "petal width (cm)": 0.4,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.5,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.3,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 3.8,
        "petal length (cm)": 1.7,
        "petal width (cm)": 0.3,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.8,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.3,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.4,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.7,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.7,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.4,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.6,
        "sepal width (cm)": 3.6,
        "petal length (cm)": 1,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.3,
        "petal length (cm)": 1.7,
        "petal width (cm)": 0.5,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.8,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.9,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3,
        "petal length (cm)": 1.6,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.6,
        "petal width (cm)": 0.4,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.2,
        "sepal width (cm)": 3.5,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.2,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.7,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 1.6,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.8,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 1.6,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.4,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.4,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.2,
        "sepal width (cm)": 4.1,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.1,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.5,
        "sepal width (cm)": 4.2,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.9,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 1.2,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.5,
        "sepal width (cm)": 3.5,
        "petal length (cm)": 1.3,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.9,
        "sepal width (cm)": 3.6,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.1,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.4,
        "sepal width (cm)": 3,
        "petal length (cm)": 1.3,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3.5,
        "petal length (cm)": 1.3,
        "petal width (cm)": 0.3,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.5,
        "sepal width (cm)": 2.3,
        "petal length (cm)": 1.3,
        "petal width (cm)": 0.3,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.4,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 1.3,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3.5,
        "petal length (cm)": 1.6,
        "petal width (cm)": 0.6,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.8,
        "petal length (cm)": 1.9,
        "petal width (cm)": 0.4,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.8,
        "sepal width (cm)": 3,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.3,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 3.8,
        "petal length (cm)": 1.6,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 4.6,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5.3,
        "sepal width (cm)": 3.7,
        "petal length (cm)": 1.5,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 3.3,
        "petal length (cm)": 1.4,
        "petal width (cm)": 0.2,
        "target": 0,
        "target_name": "setosa"
    },
    {
        "sepal length (cm)": 7,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 4.7,
        "petal width (cm)": 1.4,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.4,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.9,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 4.9,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.5,
        "sepal width (cm)": 2.3,
        "petal length (cm)": 4,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.5,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4.6,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 3.3,
        "petal length (cm)": 4.7,
        "petal width (cm)": 1.6,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 4.9,
        "sepal width (cm)": 2.4,
        "petal length (cm)": 3.3,
        "petal width (cm)": 1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.6,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 4.6,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.2,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 3.9,
        "petal width (cm)": 1.4,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 2,
        "petal length (cm)": 3.5,
        "petal width (cm)": 1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.9,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.2,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6,
        "sepal width (cm)": 2.2,
        "petal length (cm)": 4,
        "petal width (cm)": 1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.1,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 4.7,
        "petal width (cm)": 1.4,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.6,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 3.6,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 4.4,
        "petal width (cm)": 1.4,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.6,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.8,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 4.1,
        "petal width (cm)": 1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.2,
        "sepal width (cm)": 2.2,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.6,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 3.9,
        "petal width (cm)": 1.1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.9,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 4.8,
        "petal width (cm)": 1.8,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.1,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 4.9,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.1,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4.7,
        "petal width (cm)": 1.2,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.4,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 4.3,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.6,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.4,
        "petal width (cm)": 1.4,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.8,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4.8,
        "petal width (cm)": 1.4,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 3,
        "petal length (cm)": 5,
        "petal width (cm)": 1.7,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 2.6,
        "petal length (cm)": 3.5,
        "petal width (cm)": 1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.5,
        "sepal width (cm)": 2.4,
        "petal length (cm)": 3.8,
        "petal width (cm)": 1.1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.5,
        "sepal width (cm)": 2.4,
        "petal length (cm)": 3.7,
        "petal width (cm)": 1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.8,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 3.9,
        "petal width (cm)": 1.2,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 5.1,
        "petal width (cm)": 1.6,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.4,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.6,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 4.7,
        "petal width (cm)": 1.5,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 2.3,
        "petal length (cm)": 4.4,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.6,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.1,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.5,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 4,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.5,
        "sepal width (cm)": 2.6,
        "petal length (cm)": 4.4,
        "petal width (cm)": 1.2,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.1,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.6,
        "petal width (cm)": 1.4,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.8,
        "sepal width (cm)": 2.6,
        "petal length (cm)": 4,
        "petal width (cm)": 1.2,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5,
        "sepal width (cm)": 2.3,
        "petal length (cm)": 3.3,
        "petal width (cm)": 1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.6,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 4.2,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.2,
        "petal width (cm)": 1.2,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 4.2,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.2,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 4.3,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.1,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 3,
        "petal width (cm)": 1.1,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4.1,
        "petal width (cm)": 1.3,
        "target": 1,
        "target_name": "versicolor"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 3.3,
        "petal length (cm)": 6,
        "petal width (cm)": 2.5,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 5.8,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 5.1,
        "petal width (cm)": 1.9,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.1,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.9,
        "petal width (cm)": 2.1,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 5.6,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.5,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.8,
        "petal width (cm)": 2.2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.6,
        "sepal width (cm)": 3,
        "petal length (cm)": 6.6,
        "petal width (cm)": 2.1,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 4.9,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 4.5,
        "petal width (cm)": 1.7,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.3,
        "sepal width (cm)": 2.9,
        "petal length (cm)": 6.3,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 5.8,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.2,
        "sepal width (cm)": 3.6,
        "petal length (cm)": 6.1,
        "petal width (cm)": 2.5,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.5,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 5.1,
        "petal width (cm)": 2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.4,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 5.3,
        "petal width (cm)": 1.9,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.8,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.5,
        "petal width (cm)": 2.1,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 5.7,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 5,
        "petal width (cm)": 2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 5.8,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 5.1,
        "petal width (cm)": 2.4,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.4,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 5.3,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.5,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.5,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.7,
        "sepal width (cm)": 3.8,
        "petal length (cm)": 6.7,
        "petal width (cm)": 2.2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.7,
        "sepal width (cm)": 2.6,
        "petal length (cm)": 6.9,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6,
        "sepal width (cm)": 2.2,
        "petal length (cm)": 5,
        "petal width (cm)": 1.5,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.9,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 5.7,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 5.6,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4.9,
        "petal width (cm)": 2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.7,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 6.7,
        "petal width (cm)": 2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 4.9,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 3.3,
        "petal length (cm)": 5.7,
        "petal width (cm)": 2.1,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.2,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 6,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.2,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 4.8,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.1,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.9,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.4,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 5.6,
        "petal width (cm)": 2.1,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.2,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.8,
        "petal width (cm)": 1.6,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.4,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 6.1,
        "petal width (cm)": 1.9,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.9,
        "sepal width (cm)": 3.8,
        "petal length (cm)": 6.4,
        "petal width (cm)": 2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.4,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 5.6,
        "petal width (cm)": 2.2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 2.8,
        "petal length (cm)": 5.1,
        "petal width (cm)": 1.5,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.1,
        "sepal width (cm)": 2.6,
        "petal length (cm)": 5.6,
        "petal width (cm)": 1.4,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 7.7,
        "sepal width (cm)": 3,
        "petal length (cm)": 6.1,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 5.6,
        "petal width (cm)": 2.4,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.4,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 5.5,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6,
        "sepal width (cm)": 3,
        "petal length (cm)": 4.8,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.9,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 5.4,
        "petal width (cm)": 2.1,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 5.6,
        "petal width (cm)": 2.4,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.9,
        "sepal width (cm)": 3.1,
        "petal length (cm)": 5.1,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 5.8,
        "sepal width (cm)": 2.7,
        "petal length (cm)": 5.1,
        "petal width (cm)": 1.9,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.8,
        "sepal width (cm)": 3.2,
        "petal length (cm)": 5.9,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 3.3,
        "petal length (cm)": 5.7,
        "petal width (cm)": 2.5,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.7,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.2,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.3,
        "sepal width (cm)": 2.5,
        "petal length (cm)": 5,
        "petal width (cm)": 1.9,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.5,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.2,
        "petal width (cm)": 2,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 6.2,
        "sepal width (cm)": 3.4,
        "petal length (cm)": 5.4,
        "petal width (cm)": 2.3,
        "target": 2,
        "target_name": "virginica"
    },
    {
        "sepal length (cm)": 5.9,
        "sepal width (cm)": 3,
        "petal length (cm)": 5.1,
        "petal width (cm)": 1.8,
        "target": 2,
        "target_name": "virginica"
    }
]

标签

标签名标签值
setosa0
versicolor1
virginica2

散点图


评论