Skip to content

EDA, Feature engineering, Data visualization, Evaluation matrix, Regression techniques

License

Notifications You must be signed in to change notification settings

Pankaj-Ra/House-Price-Prediction-Advanced-Regression-Kaggle

Repository files navigation

House-Price-Prediction-Advanced-Regression-Kaggle

EDA, Feature engineering, Data visualization, Evaluation matrix, Regression techniques

Description

Start here if...

You have some experience with R or Python and machine learning basics. This is a perfect competition for data science students who have completed an online course in machine learning and are looking to expand their skill set before trying a featured competition. Competition Description

Ask a home buyer to describe their dream house, and they probably won't begin with the height of the basement ceiling or the proximity to an east-west railroad. But this playground competition's dataset proves that much more influences price negotiations than the number of bedrooms or a white-picket fence.

With 79 explanatory variables describing (almost) every aspect of residential homes in Ames, Iowa, this competition challenges you to predict the final price of each home. Practice Skills

Creative feature engineering 
Advanced regression techniques like random forest and gradient boosting

Evaluation

Goal

It is your job to predict the sales price for each house. For each Id in the test set, you must predict the value of the SalePrice variable. Metric

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.) Submission File Format

The file should contain a header and have the following format:

Id,SalePrice
1461,169000.1
1462,187724.1233
1463,175221
etc.

About

EDA, Feature engineering, Data visualization, Evaluation matrix, Regression techniques

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published