Repository with notebook for Kaggle competition House Prices - Advanced Regression Techniques (https://www.kaggle.com/c/house-prices-advanced-regression-techniques)
1)Drop features with > 0.05% null elements
2)Fill NA elemements (separate for num & cattegorial features)
3)Plot corr matrix & drop features with low correlation with target
4)Get dummies
5)Scale
6)Use simple LinearRegression
7)Take your RMSE = 0,30664 (It will be better with some bagging in next notebook)
This notebook in process. On the 'last' stage.