Skip to content

Advanced regression models on the classic Ames Housing dataset

License

Notifications You must be signed in to change notification settings

armineminasyan/ames-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository contains a Python Jupyter notebook explaining how to implement some regression models. We apply the models to the Ames Housing dataset, a classical set for advanced regression tasks.

We try the following models:

  • Multiple Linear Regression with PCA and target quantile transformation
  • LASSO Regression with target quantile transformation
  • AdaBoost
  • XGBoost
  • CatBoost
  • A Stacked Regressor combining all the models above, with a CatBoost final estimator

We also build complete pipeline that include automatic data imputation, scaling, and interfacing with Pandas dataframes.

License

This code is distributed under the GNU General Public License v3.0.

About

Advanced regression models on the classic Ames Housing dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published