Anders Poirel, Julian Lehrer
Repository for our work on the DengAI: Predicting Disease Spread competition on Driven Data
- write-up link
Requirements:
conda
Run
conda env create -f environment.yml
Activate the environment
conda activate dss-dengueai
To get a fresh copy of the original dataset, go to src/data
and run
python get_data.py
Data exploration:
Gradient boosted models:
Baselines using linear models:
- notebooks/apoirel-models-01.ipynb 01 through 04
Linear model with time-lagged features
Linear model with time-lagged features and predictions using target values with time lag 1
FBProphet experiments with more or less models:
- notebooks/apoirels-prophet-01.ipynb 01 through 03
Current leaderboard position : 692 (top 7.6%) Previous submission position: 1100 (top 12%)