Skip to content

Commit

Permalink
slight modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Codealpha07 committed Jun 27, 2024
1 parent 3f4e4cf commit ca27dd4
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions Model/Prediction_Model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<u><b><h3 style = \"color:Blue\"> Loading Data</h3></b></u>"
"<u><b><h2 style = \"color:Blue\"> Loading Data</h2></b></u>"
]
},
{
Expand Down Expand Up @@ -322,7 +322,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<u><b><h3 style = \"color:Blue;\">Data Cleaning</h3></b></u>"
"<u><b><h2 style = \"color:Blue;\">Data Cleaning</h2></b></u>"
]
},
{
Expand Down Expand Up @@ -1172,7 +1172,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<u><b><h3 style = \"color:Blue;\">Feature Engineering</h3></b></u>"
"<u><b><h2 style = \"color:Blue;\">Feature Engineering</h2></b></u>"
]
},
{
Expand Down Expand Up @@ -1389,7 +1389,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<u><b><h3 style = \"color:Blue;\">Dimensionality Reduction</h3></b></u>"
"<u><b><h2 style = \"color:Blue;\">Dimensionality Reduction</h2></b></u>"
]
},
{
Expand Down Expand Up @@ -1569,7 +1569,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<u><b><h3 style = \"color:Blue;\">Outlier Removal Using Business Logic</h3></b></u>"
"<u><b><h2 style = \"color:Blue;\">Outlier Removal Using Business Logic</h2></b></u>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<b><h4 style=\"color:green;\">Size Outlier Removal</h4></b>"
]
},
{
Expand Down Expand Up @@ -1769,7 +1776,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<b><h5>Outlier Removal Using Standard Deviation and Mean</h5></b>"
"<b><h4 style=\"color:green;\">Outlier Removal Using Standard Deviation and Mean</h4></b>"
]
},
{
Expand Down Expand Up @@ -1933,7 +1940,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<b><h5 style = \"color:blue;\">Removing the Price Outliers</h5></b>"
"<b><h4 style = \"color:green;\">Removing the Price Outliers</h4><b>"
]
},
{
Expand Down

0 comments on commit ca27dd4

Please sign in to comment.