Skip to content
784 changes: 784 additions & 0 deletions 01_materials/notebooks/06-01-2026.ipynb

Large diffs are not rendered by default.

1,575 changes: 1,575 additions & 0 deletions 01_materials/notebooks/07-01-2026.ipynb

Large diffs are not rendered by default.

1,148 changes: 1,148 additions & 0 deletions 01_materials/notebooks/08-01-2026.ipynb

Large diffs are not rendered by default.

2,559 changes: 2,559 additions & 0 deletions 01_materials/notebooks/09-12-2025.ipynb

Large diffs are not rendered by default.

4,919 changes: 4,919 additions & 0 deletions 01_materials/notebooks/10-12-2025.ipynb

Large diffs are not rendered by default.

2,616 changes: 2,616 additions & 0 deletions 01_materials/notebooks/16-12-2025.ipynb

Large diffs are not rendered by default.

2,217 changes: 2,217 additions & 0 deletions 01_materials/notebooks/17-12-2025.ipynb

Large diffs are not rendered by default.

18 changes: 15 additions & 3 deletions 01_materials/notebooks/Classification-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'pandas'",
"output_type": "error",
"traceback": [
"\u001b[31m---------------------------------------------------------------------------\u001b[39m",
"\u001b[31mModuleNotFoundError\u001b[39m Traceback (most recent call last)",
"\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[1]\u001b[39m\u001b[32m, line 1\u001b[39m\n\u001b[32m----> \u001b[39m\u001b[32m1\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mpandas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mpd\u001b[39;00m\n\u001b[32m 2\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mmatplotlib\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpyplot\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mplt\u001b[39;00m\n\u001b[32m 3\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mmatplotlib\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcolors\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mmcolors\u001b[39;00m\n",
"\u001b[31mModuleNotFoundError\u001b[39m: No module named 'pandas'"
]
}
],
"source": [
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
Expand Down Expand Up @@ -2326,7 +2338,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "base",
"display_name": "lcr-env",
"language": "python",
"name": "python3"
},
Expand All @@ -2340,7 +2352,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.11.14"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion 01_materials/notebooks/Classification-2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down
4 changes: 2 additions & 2 deletions 01_materials/notebooks/Clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "base",
"display_name": "lcr-env",
"language": "python",
"name": "python3"
},
Expand All @@ -889,7 +889,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.14"
}
},
"nbformat": 4,
Expand Down
51 changes: 51 additions & 0 deletions 01_materials/notebooks/Mylivecode/09-12-2025.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "93d84571",
"metadata": {},
"outputs": [
{
"ename": "ModuleNotFoundError",
"evalue": "No module named 'pandas'",
"output_type": "error",
"traceback": [
"\u001b[31m---------------------------------------------------------------------------\u001b[39m",
"\u001b[31mModuleNotFoundError\u001b[39m Traceback (most recent call last)",
"\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[1]\u001b[39m\u001b[32m, line 2\u001b[39m\n\u001b[32m 1\u001b[39m \u001b[38;5;66;03m#load libraries\u001b[39;00m\n\u001b[32m----> \u001b[39m\u001b[32m2\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mpandas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mpd\u001b[39;00m \u001b[38;5;66;03m#advanced version of excel. Useful for complex analysis and transformations with just a few lines of code\u001b[39;00m\n\u001b[32m 3\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mmatplotlib\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpyplot\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mplt\u001b[39;00m \n\u001b[32m 4\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mmatplotlib\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcolors\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mmcolors\u001b[39;00m\n",
"\u001b[31mModuleNotFoundError\u001b[39m: No module named 'pandas'"
]
}
],
"source": [
"#load libraries\n",
"import pandas as pd #advanced version of excel. Useful for complex analysis and transformations with just a few lines of code\n",
"import matplotlib.pyplot as plt \n",
"import matplotlib.colors as mcolors\n",
"from mpl_toolkits import mplot3d"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "lcr-env",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.14"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading
Loading