From 1add6a4c8e0c654492882daa49e92d0752cbc437 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Mon, 2 Jun 2025 15:58:32 +0300 Subject: [PATCH] Update 2_0_1_Objectives.ipynb Changed image path --- ml1/2_0_1_Objectives.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ml1/2_0_1_Objectives.ipynb b/ml1/2_0_1_Objectives.ipynb index 595f5e2..f8e4a59 100644 --- a/ml1/2_0_1_Objectives.ipynb +++ b/ml1/2_0_1_Objectives.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "![](files/images/EscUpmPolit_p.gif \"UPM\")" + "![](./images/EscUpmPolit_p.gif \"UPM\")" ] }, { @@ -40,10 +40,10 @@ "\n", "* Learn to use scikit-learn\n", "* Learn the basic steps to apply machine learning techniques: dataset analysis, load, preprocessing, training, validation, optimization and persistence.\n", - "* Learn how to do a exploratory data analysis\n", + "* Learn how to do an exploratory data analysis\n", "* Learn how to visualise a dataset\n", "* Learn how to load a bundled dataset\n", - "* Learn how to separate the dataset into traning and testing datasets\n", + "* Learn how to separate the dataset into training and testing datasets\n", "* Learn how to train a classifier\n", "* Learn how to predict with a trained classifier\n", "* Learn how to evaluate the predictions\n", @@ -71,7 +71,7 @@ "metadata": {}, "source": [ "## LIcence\n", - "The notebook is freely licensed under under the [Creative Commons Attribution Share-Alike license](https://creativecommons.org/licenses/by/2.0/). \n", + "The notebook is freely licensed under the [Creative Commons Attribution Share-Alike license](https://creativecommons.org/licenses/by/2.0/). \n", "\n", "© Carlos A. Iglesias, Universidad Politécnica de Madrid." ]