How I used feature selection and statsmodels to solve Kaggle’s house price competition
I have written a lot about Kaggle’s House Price competition in an attempt to improve my score and also learn more about Kaggle programming. I have recently been studying statistics and Python and learned that statsmodels is Python’s library that is used mainly to perform a statistical analysis of a dataset, so I decided to give statsmodels a…