1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-12-22 03:38:13 +00:00

minor typos in ml1

This commit is contained in:
Oscar Araque 2022-09-05 18:20:29 +02:00
parent 0a9cd3bd5e
commit 41d3bdea75

View File

@ -54,7 +54,7 @@
"source": [ "source": [
"The [Iris flower dataset](https://en.wikipedia.org/wiki/Iris_flower_data_set), available at [UCI dataset repository](https://archive.ics.uci.edu/ml/datasets/Iris), is a classic dataset for classification.\n", "The [Iris flower dataset](https://en.wikipedia.org/wiki/Iris_flower_data_set), available at [UCI dataset repository](https://archive.ics.uci.edu/ml/datasets/Iris), is a classic dataset for classification.\n",
"\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.\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](files/images/iris-dataset.jpg)" "![Iris](files/images/iris-dataset.jpg)"
] ]
@ -63,7 +63,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"In ordert to read the dataset, we import the datasets bundle and then load the Iris dataset. " "In order to read the dataset, we import the datasets bundle and then load the Iris dataset. "
] ]
}, },
{ {