Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 467 Bytes

File metadata and controls

18 lines (13 loc) · 467 Bytes

Linear Regression Practice using scikit-learn (Kaggle House Price Prediction)

OLS, KNN, Ridge, LASSO, FSR, BSR, with cross validation

It is also be a good practice for dataset splitting and cross validation.

It is a practice for feature selection (such as with bsr and fsr regression)

the Jupyter notebook summarizes the training report of multiple approaches.

Dependencies

  • scikit-learn
  • mlxtend
  • statsmodels
  • numpy
  • pandas
  • matplotlib
  • python