Normalisierung und Erstellung von Train/Test

This commit is contained in:
Ibrahim El Sayed
2021-07-13 17:51:08 +02:00
parent c5a2c85788
commit e79bab7e2c
8 changed files with 480 additions and 436 deletions

View File

@@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "bfe7a783",
"id": "9f0ddabb",
"metadata": {},
"outputs": [],
"source": [
@@ -16,7 +16,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "c6c356ef",
"id": "1e8e6ffb",
"metadata": {},
"outputs": [],
"source": [
@@ -32,7 +32,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "69ae3c7a",
"id": "39cf526d",
"metadata": {},
"outputs": [],
"source": [
@@ -48,7 +48,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "e28642ea",
"id": "2b169e1f",
"metadata": {},
"outputs": [],
"source": [
@@ -67,7 +67,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "6ec561b1",
"id": "9a507393",
"metadata": {},
"outputs": [],
"source": [
@@ -89,7 +89,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "e975b7b9",
"id": "8d8da08e",
"metadata": {},
"outputs": [
{
@@ -121,7 +121,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "7b7f497c",
"id": "700db412",
"metadata": {},
"outputs": [
{
@@ -147,7 +147,7 @@
},
{
"cell_type": "markdown",
"id": "55f47334",
"id": "16cdb8f5",
"metadata": {},
"source": [
"**How to fix this error**:\n",
@@ -160,7 +160,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "7f9bb477",
"id": "1f411bea",
"metadata": {},
"outputs": [
{
@@ -647,7 +647,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "5d10cf20",
"id": "1a8beb73",
"metadata": {},
"outputs": [],
"source": [
@@ -675,7 +675,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "0e97563e",
"id": "0dcd7db2",
"metadata": {},
"outputs": [
{
@@ -703,7 +703,7 @@
{
"cell_type": "code",
"execution_count": 11,
"id": "2676a564",
"id": "3a0e96ac",
"metadata": {},
"outputs": [],
"source": [
@@ -714,7 +714,7 @@
{
"cell_type": "code",
"execution_count": 12,
"id": "a26a60ff",
"id": "d2d8e64d",
"metadata": {},
"outputs": [],
"source": [
@@ -724,7 +724,7 @@
{
"cell_type": "code",
"execution_count": 13,
"id": "39f3ef0e",
"id": "77c502cd",
"metadata": {},
"outputs": [],
"source": [
@@ -753,7 +753,7 @@
{
"cell_type": "code",
"execution_count": 14,
"id": "1fa16a8f",
"id": "7235d56c",
"metadata": {},
"outputs": [],
"source": [
@@ -769,7 +769,7 @@
{
"cell_type": "code",
"execution_count": 15,
"id": "eee9d775",
"id": "cc983f80",
"metadata": {},
"outputs": [
{
@@ -809,7 +809,7 @@
{
"cell_type": "code",
"execution_count": 16,
"id": "27ae5c5a",
"id": "59d6ebca",
"metadata": {},
"outputs": [
{
@@ -874,7 +874,7 @@
{
"cell_type": "code",
"execution_count": 17,
"id": "d2b3422e",
"id": "f4032731",
"metadata": {},
"outputs": [
{
@@ -946,7 +946,7 @@
{
"cell_type": "code",
"execution_count": 18,
"id": "453149ff",
"id": "e20cb3cd",
"metadata": {},
"outputs": [
{
@@ -989,7 +989,7 @@
{
"cell_type": "code",
"execution_count": 19,
"id": "dbf863e2",
"id": "5f88c9c6",
"metadata": {},
"outputs": [],
"source": [
@@ -1013,7 +1013,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
}
},
"nbformat": 4,

View File

@@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "9706d045",
"id": "024b33fe",
"metadata": {},
"outputs": [],
"source": [
@@ -15,7 +15,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "77388c0f",
"id": "72397786",
"metadata": {},
"outputs": [],
"source": [
@@ -37,7 +37,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "0fd516ff",
"id": "5f67ba6c",
"metadata": {},
"outputs": [],
"source": [
@@ -56,7 +56,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "389e84c0",
"id": "805421f9",
"metadata": {},
"outputs": [],
"source": [
@@ -67,7 +67,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "197a57c5",
"id": "a6a00ee3",
"metadata": {},
"outputs": [],
"source": [
@@ -78,7 +78,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "e456ab87",
"id": "877573a2",
"metadata": {},
"outputs": [],
"source": [
@@ -117,7 +117,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "cc789523",
"id": "93303e1e",
"metadata": {},
"outputs": [],
"source": []
@@ -125,7 +125,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "c59a84aa",
"id": "5eb3f0c1",
"metadata": {},
"outputs": [],
"source": [
@@ -141,7 +141,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "0c0a4649",
"id": "26bcaaad",
"metadata": {},
"outputs": [],
"source": [
@@ -196,7 +196,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "5a618dd4",
"id": "32584756",
"metadata": {},
"outputs": [],
"source": [
@@ -212,7 +212,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "52e5cc13",
"id": "e7056b09",
"metadata": {},
"outputs": [],
"source": [
@@ -229,7 +229,7 @@
{
"cell_type": "code",
"execution_count": 11,
"id": "62463866",
"id": "fad8741d",
"metadata": {},
"outputs": [],
"source": [
@@ -241,7 +241,7 @@
{
"cell_type": "code",
"execution_count": 12,
"id": "57ec862e",
"id": "96abe0b6",
"metadata": {},
"outputs": [],
"source": [
@@ -295,7 +295,7 @@
{
"cell_type": "code",
"execution_count": 13,
"id": "cc2a6529",
"id": "2ec14876",
"metadata": {},
"outputs": [],
"source": [
@@ -306,7 +306,7 @@
{
"cell_type": "code",
"execution_count": 14,
"id": "66975d62",
"id": "93d7b7e8",
"metadata": {},
"outputs": [
{
@@ -338,7 +338,7 @@
{
"cell_type": "code",
"execution_count": 15,
"id": "cc664cf6",
"id": "bdd09b3a",
"metadata": {},
"outputs": [
{
@@ -360,7 +360,7 @@
{
"cell_type": "code",
"execution_count": 18,
"id": "d8463d51",
"id": "b4b048c3",
"metadata": {},
"outputs": [
{
@@ -384,7 +384,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "bbb07d9b",
"id": "d06cbda8",
"metadata": {},
"outputs": [],
"source": []
@@ -406,7 +406,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
}
},
"nbformat": 4,

View File

@@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "43a8508f",
"id": "3168ef63",
"metadata": {},
"outputs": [],
"source": [
@@ -35,7 +35,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "650ab8d8",
"id": "ce4d9517",
"metadata": {},
"outputs": [],
"source": [
@@ -54,7 +54,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "7e5bbbe7",
"id": "5ed60433",
"metadata": {},
"outputs": [],
"source": [
@@ -77,7 +77,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "e2c35751",
"id": "9fefd9fa",
"metadata": {},
"outputs": [],
"source": [
@@ -135,7 +135,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "6a0e84e0",
"id": "b6c30ab7",
"metadata": {},
"outputs": [],
"source": [
@@ -155,7 +155,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "8a76bd49",
"id": "20cb0504",
"metadata": {},
"outputs": [],
"source": [
@@ -211,7 +211,7 @@
{
"cell_type": "code",
"execution_count": 7,
"id": "95dbd528",
"id": "ec39550d",
"metadata": {},
"outputs": [],
"source": [
@@ -230,7 +230,7 @@
{
"cell_type": "code",
"execution_count": 8,
"id": "f68432e1",
"id": "63509028",
"metadata": {},
"outputs": [],
"source": [
@@ -240,7 +240,7 @@
{
"cell_type": "code",
"execution_count": 9,
"id": "48d57ee7",
"id": "f8dbeac5",
"metadata": {},
"outputs": [],
"source": [
@@ -250,7 +250,7 @@
{
"cell_type": "code",
"execution_count": 10,
"id": "c8cf46a6",
"id": "b479a77c",
"metadata": {},
"outputs": [
{
@@ -268,7 +268,7 @@
{
"cell_type": "code",
"execution_count": 11,
"id": "016a11f0",
"id": "3c7919a6",
"metadata": {},
"outputs": [],
"source": [
@@ -278,7 +278,7 @@
{
"cell_type": "code",
"execution_count": 15,
"id": "77b0373e",
"id": "9592e2ca",
"metadata": {},
"outputs": [
{
@@ -296,7 +296,7 @@
{
"cell_type": "code",
"execution_count": 19,
"id": "d9f3bf08",
"id": "7f294d3c",
"metadata": {},
"outputs": [
{
@@ -321,7 +321,7 @@
{
"cell_type": "code",
"execution_count": 20,
"id": "25729dda",
"id": "fda2e601",
"metadata": {},
"outputs": [
{
@@ -61840,7 +61840,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "303c0850",
"id": "d1125102",
"metadata": {},
"outputs": [],
"source": []
@@ -61862,7 +61862,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
}
},
"nbformat": 4,

View File

@@ -3,7 +3,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "30758151",
"id": "7528c5d7",
"metadata": {},
"outputs": [],
"source": [
@@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 2,
"id": "1365458a",
"id": "5aa0ab63",
"metadata": {},
"outputs": [
{
@@ -94,7 +94,7 @@
{
"cell_type": "code",
"execution_count": 3,
"id": "cef98b83",
"id": "c0453d68",
"metadata": {},
"outputs": [],
"source": [
@@ -106,7 +106,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "86f1c9b4",
"id": "685f2966",
"metadata": {},
"outputs": [],
"source": [
@@ -146,7 +146,7 @@
{
"cell_type": "code",
"execution_count": 5,
"id": "ab518f47",
"id": "57b2847d",
"metadata": {},
"outputs": [
{
@@ -192,7 +192,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a0c1292b",
"id": "5784fe87",
"metadata": {},
"outputs": [],
"source": []
@@ -214,7 +214,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.10"
}
},
"nbformat": 4,