/House-Price-Prediction

Using Regression to predict house price

Primary LanguageJupyter Notebook

House-Price-Prediction

Using Regression to predict house price

About the Dataset:
Bengaluru house data is used

Steps performed during prediction:

  1. Data Cleaning
  2. Outlier detection using feature engineering
  3. Preparing data as model input
  4. Using GridSearchCV for hyperparameter tuning
  5. Creating a predict function
  6. Exporting model in the form of pickle file