Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 462 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 462 Bytes

Kaggle-House-Prices

Here I play around with kaggle House Prizes Dataset. First, I do some preprocessing: detect and remove outliers, Normalize data distribution, Fill missing data, etc. then, I play with different Scikit-learn regression models to see which one works best and why? Finally, I try different voting methods to create an ensemble out of the previously mentioned models.