Add feature classification and data preparation sections to main.ipynb
This commit is contained in:
Binary file not shown.
@@ -158,6 +158,32 @@
|
|||||||
"data.head()"
|
"data.head()"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"## Klassifizierung der Features\n",
|
||||||
|
"\n",
|
||||||
|
"### Stetige (metrische) Variablen\n",
|
||||||
|
"- Marktzins\n",
|
||||||
|
"- Tarifzins\n",
|
||||||
|
"- Guthaben\n",
|
||||||
|
"- Sparbeitrag\n",
|
||||||
|
"- Alter des Vertragsinhabers\n",
|
||||||
|
"\n",
|
||||||
|
"### Ordinale Variablen\n",
|
||||||
|
"- Vertragsalter\n",
|
||||||
|
"- Jahr\n",
|
||||||
|
"\n",
|
||||||
|
"### Nominale Variablen\n",
|
||||||
|
"- Status (aktiv, Vertragsende, verstorben, gekündigt)\n",
|
||||||
|
"- Beruf (angestellt, arbeitslos, selbstständig)\n",
|
||||||
|
"- Vertrag (Vertragsnummer) --> Unique Identifier\n",
|
||||||
|
"\n",
|
||||||
|
"### Sonstige\n",
|
||||||
|
"- p (technische Systemvariable)"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
@@ -626,6 +652,13 @@
|
|||||||
"data[data['Vertragsnummer'] == 1].sort_values(by='Jahr')"
|
"data[data['Vertragsnummer'] == 1].sort_values(by='Jahr')"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"## Aufbereitung der Daten"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
|
|||||||
Reference in New Issue
Block a user