Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 545 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 545 Bytes

House-price-Prediction

The objective of this project is to predicting the final sale price of a house The data is collected from Kaggle. The data set consists of 1460 observations with 81 variables. All the predictors explain the various features of the house, the data frame consists of one output variable 'Sale Price' Data cleaning, Data Visualization were performed. ML algorithms such as Linear Regression, Ridge Regression, Lasso Regression are used to explore the positive and negative coefficients that influence the final Sale Price.