Skip to content

This is a project from Kaggle Competition: House Prices - Advanced Regression Techniques Predict sales prices and practice feature engineering, RFs, and gradient boosting

Notifications You must be signed in to change notification settings

RevanthPosina/HousePricePrediction-Kaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is a project from Kaggle Competition: House Prices - Advanced Regression Techniques Predict sales prices and practice feature engineering, RFs, and gradient boosting

Download kaggle data set -- > kaggle competitions download -c house-prices-advanced-regression-techniques

🏡 A large data set with 79 different features (like living area, number of rooms, location, etc.) and their prices are provided for residential homes deffierent areas like Ames, Iowa. The challenge is to learn a relationship between the essential features and the price and predict the prices of a new set of houses.

♾️ This model predicts the sales price for each house. For each Id in the test set, we must predict the value of the SalePrice variable.

✔️ Submissions are evaluated on Root-Mean-Squared-Error (RMSE) between the logarithm of the predicted value and the logarithm of the observed sales price. (Taking logs means that errors in predicting expensive houses and cheap houses will affect the result equally.).

About

This is a project from Kaggle Competition: House Prices - Advanced Regression Techniques Predict sales prices and practice feature engineering, RFs, and gradient boosting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published