Skip to content

KwokHing/Regression-with-a-Crab-Age-Dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.