Advance Regression Techniques
In this project I try to use advance regression techniques like Generalization Stacking(Blending) and weighted vote regression. Multiple models were blended together to predict the house prices. Regression models used in this project are Elastic, Lasso, Ridge, GradientBoostingRegressor, RandomForestRegressor, SupportVectorRegressor, XtremeGradientBoosting(XGB) and LightGradientBoosting(LGBM).
PythonSklearnXGBoostLightGBM