Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 585 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 585 Bytes

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.