Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 531 Bytes

File metadata and controls

13 lines (8 loc) · 531 Bytes

House Price Prediction

In this project, we used some algorithm to predict the house price for boston housing datasets. Main goal is to compare various algorithms and evaluate models by comparing prediction accuracy. We examined different models - Linear Regression, Lasso Regression and RidgeRegression based on the accuracy (MSE) .

Algorithms Used

  • Linear Regression
  • Ridge Regression
  • Lasso Regression
  • conclusion

    We have compared algorithms by MSE. We found that Lasso model gave lowest MSE.