1
0
mirror of https://github.com/gsi-upm/sitc synced 2025-06-14 04:02:20 +00:00

Update 2_0_1_Objectives.ipynb

Changed image path
This commit is contained in:
Carlos A. Iglesias 2025-06-02 15:58:32 +03:00 committed by GitHub
parent af78e6480d
commit 1add6a4c8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"![](files/images/EscUpmPolit_p.gif \"UPM\")" "![](./images/EscUpmPolit_p.gif \"UPM\")"
] ]
}, },
{ {
@ -40,10 +40,10 @@
"\n", "\n",
"* Learn to use scikit-learn\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 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 visualise a dataset\n",
"* Learn how to load a bundled 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 train a classifier\n",
"* Learn how to predict with a trained classifier\n", "* Learn how to predict with a trained classifier\n",
"* Learn how to evaluate the predictions\n", "* Learn how to evaluate the predictions\n",
@ -71,7 +71,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"## LIcence\n", "## 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", "\n",
"© Carlos A. Iglesias, Universidad Politécnica de Madrid." "© Carlos A. Iglesias, Universidad Politécnica de Madrid."
] ]