Rename and add html and pdf

This commit is contained in:
FlorianSpeicher
2025-08-25 22:10:52 +02:00
parent fba98410f6
commit ad53cc55cb
3 changed files with 8346 additions and 19 deletions

8328
Machine-Learning.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 1,
"id": "3116b75f", "id": "3116b75f",
"metadata": { "metadata": {
"jupyter": { "jupyter": {
@@ -90,7 +90,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 2,
"id": "d159117377f3633c", "id": "d159117377f3633c",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -113,7 +113,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 3,
"id": "986fbb31a7ae0d8b", "id": "986fbb31a7ae0d8b",
"metadata": { "metadata": {
"jupyter": { "jupyter": {
@@ -164,13 +164,12 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Adding missing Information\n", "### Adding missing Information\n",
"Some Games might not have any descriptions. For these we Input an Empty String\n", "Some Games might not have any descriptions. For these we Input an Empty String."
"**TODO: check if dropna and fillna numeric_only is needed, as we dont have any numbers**"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 4,
"id": "44239f6b7fd23cde", "id": "44239f6b7fd23cde",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -197,7 +196,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 5,
"id": "ebc5a24e9bc87fdd", "id": "ebc5a24e9bc87fdd",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@@ -233,7 +232,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 6,
"id": "d2c3527a5fc876bf", "id": "d2c3527a5fc876bf",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@@ -280,12 +279,12 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Structurizing Text\n", "### Structurizing Text\n",
"If we want our Model to be able to use text as an input, we have to vectorize the text. TF-IDF (Inverse Document Frequency) is an easy way of transforming each word into a feature with a 0 to 1 value. **TODO: filter out stopwords**" "If we want our Model to be able to use text as an input, we have to vectorize the text. TF-IDF (Inverse Document Frequency) is an easy way of transforming each word into a feature with a 0 to 1 value."
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 7,
"id": "4e8b407c", "id": "4e8b407c",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@@ -330,7 +329,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 8,
"id": "86d9da42f4df8e49", "id": "86d9da42f4df8e49",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -353,7 +352,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 9,
"id": "e1bc73d4", "id": "e1bc73d4",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@@ -385,7 +384,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 10,
"id": "4919bf1b37d171a7", "id": "4919bf1b37d171a7",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
@@ -417,7 +416,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 11,
"id": "cfbf3787", "id": "cfbf3787",
"metadata": { "metadata": {
"jupyter": { "jupyter": {
@@ -441,17 +440,17 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 12,
"id": "0b0a46a4", "id": "0b0a46a4",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"234" "82"
] ]
}, },
"execution_count": 43, "execution_count": 12,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@@ -556,7 +555,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 13,
"id": "8c1d72c4532bd509", "id": "8c1d72c4532bd509",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -592,7 +591,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": 14,
"id": "e2ebea6945193e07", "id": "e2ebea6945193e07",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [

BIN
Machine-Learning.pdf Normal file

Binary file not shown.