Using Regression to predict house price
About the Dataset:
Bengaluru house data is used
Steps performed during prediction:
- Data Cleaning
- Outlier detection using feature engineering
- Preparing data as model input
- Using GridSearchCV for hyperparameter tuning
- Creating a predict function
- Exporting model in the form of pickle file