xgboost groupfold and autoencoder

This commit is contained in:
Celina Korzer 2025-12-10 16:33:34 +01:00
parent 951550be96
commit e444a72889
3 changed files with 6967 additions and 12 deletions

View File

@ -684,6 +684,29 @@
"model.save_model(\"xgb_model.json\") # als JSON (lesbar, portabel)\n",
"model.save_model(\"xgb_model.bin\") # als Binärdatei (kompakt)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3195cc84",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'/home/jovyan'"
]
},
"execution_count": 28,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import os\n",
"os.getcwd()\n",
"\n"
]
}
],
"metadata": {
@ -691,18 +714,6 @@
"display_name": "Python 3 (ipykernel)",
"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.12.10"
}
},
"nbformat": 4,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long