first version JL

This commit is contained in:
johanleroy
2025-09-22 10:12:26 +02:00
parent 979ecdb2f2
commit b45bba2ee7
3 changed files with 1021 additions and 4 deletions

998
notebook_JL.ipynb Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
matplotlib
pandas
numpy
imbalanced-learn
xgboost
scikit-learn

View File

@@ -17,12 +17,25 @@
"id": "8a77807f92f26ee" "id": "8a77807f92f26ee"
}, },
{ {
"metadata": {}, "metadata": {
"ExecuteTime": {
"end_time": "2025-09-22T07:37:08.298867Z",
"start_time": "2025-09-22T07:37:08.279239Z"
}
},
"cell_type": "code", "cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "print(\"Hello World!\")\n", "source": "print(\"Hello World!\")\n",
"id": "fbc121e30a2defb3" "id": "fbc121e30a2defb3",
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello World!\n"
]
}
],
"execution_count": 1
} }
], ],
"metadata": { "metadata": {