Skip to content

Commit

Permalink
Data_Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kenza-ily committed Feb 28, 2024
1 parent 886e6ee commit 7d34bda
Showing 1 changed file with 38 additions and 25 deletions.
63 changes: 38 additions & 25 deletions data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1250,13 +1250,7 @@
"MAX_GLU_SERUM: 0 , 0.00\n",
"A1CRESULT: 0 , 0.00\n",
"METFORMIN: 0 , 0.00\n",
"REPAGLINIDE: 0 , 0.00\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"REPAGLINIDE: 0 , 0.00\n",
"NATEGLINIDE: 0 , 0.00\n",
"CHLORPROPAMIDE: 0 , 0.00\n",
"GLIMEPIRIDE: 0 , 0.00\n",
Expand Down Expand Up @@ -1983,18 +1977,11 @@
")\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 1. Numerical columns\n"
"#### 1. Numerical columns\n"
]
},
{
Expand Down Expand Up @@ -2612,6 +2599,13 @@
"plt.show()\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 2. Categorical data\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -2649,13 +2643,6 @@
"plt.show()\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 2. Categorical columns\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -3408,14 +3395,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## 1. Sampling\n"
"### 1. Sampling\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 2. Preprocessing\n"
"### 2. Preprocessing\n"
]
},
{
Expand Down Expand Up @@ -3586,7 +3573,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### b. Encoding\n"
"#### b. Encoding\n"
]
},
{
Expand Down Expand Up @@ -3697,6 +3684,32 @@
"# \"METFORMIN-ROSIGLITAZONE\" \"TOLBUTAMIDE\",\n",
"# ]\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### 3. Data Analysis\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 1. Numerical columns\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### 2. Categorical columns\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 7d34bda

Please sign in to comment.