Skip to content

My winning submission (1st out of 155 participants) to Cornell's ML Kaggle competition

Notifications You must be signed in to change notification settings

jam3scampbell/cornell-ml-kaggle-winner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Cornell ML Kaggle Competition winning submission

This was my winning submission (first place out of 155 participants) to Cornell's ML Kaggle competition (https://www.kaggle.com/competitions/cs-4780-covid-case-hunters/leaderboard). The challenge was to predict a country's number of COVID cases based on demographic information in the low-data regime.

The intuition behind my solution is that we can estimate the predictive value of different data points using kernel ridge regression, but then use gradient-boosted regression trees on those points with the most predictive value.

About

My winning submission (1st out of 155 participants) to Cornell's ML Kaggle competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages