In this project House Prices - Advanced Regression Techniques Kaggle's competition
dataset is used.
While doing this we'll go through:
- Removing outliers using
IQR
andz-score
methods - Visualizing
categorical
andcontinuous
variables - How to process
string
dtype columns for buildingmachine learning model
- Dealing with
missing
values
The notebook is available on Kaggle to work in the same environment where this notebook was created i.e. use the same version packages used, etc...
To know about findings in the EDA
stage go to the notebook