1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-08-23 18:22:19 +00:00

Update 2_2_Read_Data.ipynb

Added figures
This commit is contained in:
Carlos A. Iglesias
2025-06-02 17:00:58 +03:00
committed by GitHub
parent d7ce6df7fe
commit 0b550c837b

View File

@@ -56,7 +56,16 @@
"\n", "\n",
"The dataset consists of 50 samples from each of three species of Iris (Iris setosa, Iris virginica, and Iris versicolor). Four features were measured from each sample: the length and the width of the sepals and petals, in centimetres. Based on the combination of these four features, a machine learning model will learn to differentiate the species of Iris.\n", "The dataset consists of 50 samples from each of three species of Iris (Iris setosa, Iris virginica, and Iris versicolor). Four features were measured from each sample: the length and the width of the sepals and petals, in centimetres. Based on the combination of these four features, a machine learning model will learn to differentiate the species of Iris.\n",
"\n", "\n",
"![Iris dataset](./images/iris-dataset.png)" "![Iris dataset](./images/iris-dataset.png \"Iris\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Here you can see the species and the features.\n",
"![Iris features](./images/iris-features.png \"Iris features\")\n",
"![Iris classes](./images/iris-classes.png \"Iris classes\")"
] ]
}, },
{ {