100 Days Challenge Day 18 - Kaggle House Price Prediction Competition Part 4 (Summary)
100 Days Challenge Day 18
Kaggle House Price Prediction Competition Part 4 (Summary)
Tried encoding various variables according to how they correlate with the SalePrice and played around with Linear Regression and GradientBoosting parameters. Made slight progress and jumped few steps on the leaderboard.
Through this competition, I got more used to various cleaning and preprocessing methods in pandas (especially transforming variables), Scikitlearn encoders, train-test splitter, metrics, regressors and classifiers, tuning parameters and cross-validating.Competition Link: House Prices: Advanced Regression Techniques
Code: https://github.com/hithesh111/Hith100/blob/master/house_price_competition_kaggle.ipynb
No comments