From d7ce6df7fe39d90baf61aba9e3e9e195599c676c Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Mon, 2 Jun 2025 16:57:54 +0300 Subject: [PATCH] Update 2_2_Read_Data.ipynb --- ml1/2_2_Read_Data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml1/2_2_Read_Data.ipynb b/ml1/2_2_Read_Data.ipynb index a7ade96..0d07365 100644 --- a/ml1/2_2_Read_Data.ipynb +++ b/ml1/2_2_Read_Data.ipynb @@ -56,7 +56,7 @@ "\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", - "![Iris dataset](./images/iris-dataset.png "Iris")" + "![Iris dataset](./images/iris-dataset.png)" ] }, {