1
0
mirror of https://github.com/gsi-upm/sitc synced 2026-03-03 02:08:17 +00:00

Updated to Pandas 3.X and corrected typos

This commit is contained in:
cif
2026-03-02 17:40:58 +01:00
parent 5c440527ac
commit 65da5ae714
8 changed files with 105 additions and 135 deletions

View File

@@ -39,9 +39,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this exercise, we are going to put in practice what we have learnt in the notebooks of the session. \n",
"In this exercise, we are going to put into practice what we have learnt from the session notebooks. \n",
"\n",
"In the previous notebook we have been applying the SVM machine learning algorithm.\n",
"In the previous notebook, we applied the SVM machine learning algorithm.\n",
"\n",
"Your task is to apply other machine learning algorithms (at least 2) that you have seen in theory or others you are interested in.\n",
"\n",
@@ -59,7 +59,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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."
]
@@ -81,7 +81,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
"version": "3.12.2"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
@@ -102,5 +102,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}