Added optional removal of redundant features and a draft of the final models

This commit is contained in:
2025-10-24 12:01:41 +02:00
parent d17bee7ab3
commit 8125283c7b
2 changed files with 146 additions and 184 deletions

View File

@@ -11,7 +11,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 6, "execution_count": null,
"id": "557ed2b5", "id": "557ed2b5",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@@ -89,8 +89,8 @@
"plt.show()\n", "plt.show()\n",
"\n", "\n",
"#df_encoded.head(10)\n", "#df_encoded.head(10)\n",
"df_encoded.info()\n", "#df_encoded.info()\n",
"#df.head(20)\n" "df.head(20)\n"
] ]
}, },
{ {

File diff suppressed because one or more lines are too long