This repository contains an exploratory data analysis, data pipeline and models for the kaggle contest: West Nile Virus Prediction.
What's in the box?
- A notebook which provides an EDA, data pipleine and models.
-
git clone git@github.com:coxy1989/west-nile-virus.git
-
cd west-nile-virus
-
conda env create -f environment.yml
-
source activate west-nile-virus
-
jupyter notebook
This repository was split out from mlsabbatical