jam3scampbell / cornell-ml-kaggle-winner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%