Skip to content

Group Machine Learning competition code as part of the 2019/20 Machine Learning module at Trinity College Dublin

Notifications You must be signed in to change notification settings

mukeshmk/tcdml-group-comp-team14

Repository files navigation

tcdml1920: Income Prediction Competition - Team 14

Machine Learning Group Competition code as part of the 2019/20 Machine Learning module at Trinity College Dublin.

Team14:
Mukesh Arambakam - 19301497
Ellen Mullooly - 15320582
Alex Fields - 15314665

Please check tcdml1920-income-ind repo for the base of the source code used here.

algorithm used light-gbm

parameters:

params['learning_rate'] = 0.001
params['boosting_type'] = 'gbdt'
params['metric'] = 'mae'
params['max_depth'] = 30
params['verbosity'] = -1
params['objective'] = 'tweedie'
params['num_threads'] = 4
params['feature_fraction'] = 0.8

for detailed description of the parameters click here.

Leaderboard Score

Private - 10269.49072
Public - 10450.95466

About

Group Machine Learning competition code as part of the 2019/20 Machine Learning module at Trinity College Dublin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages