Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 783 Bytes

File metadata and controls

10 lines (6 loc) · 783 Bytes

Regression with a Crab Age Dataset

This repo provides the submission entry for a kaggle challenge to create a regression model to predict a crab's age.

Boosting regressor models like XGBoost, Catboost and LGBM performs well on this dataset. The finally deployed model is a voting-ensemble made up of XGBoost and Catboost.

jpg

Getting started

Open DsCoP Kaggle - Ensemble.ipynb on a jupyter notebook environment. Alternatively, you can view the codes in Open In Colab. The notebook consists of further technical details.