Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 273 Bytes

House-Price-Prediction

The model predicts the price of the house using Linear Regression.

The algorithms used are:

  1. Random Forest
  2. Gradient Boosting Regressor
  3. SGD Regressor
  4. XGB Regressor