/west-nile-virus

An exploratory data analysis, data pipeline and models for the kaggle contest: West Nile Virus Prediction

Primary LanguageJupyter Notebook

West Nile Virus Prediction

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.

Quickstart

  1. git clone git@github.com:coxy1989/west-nile-virus.git

  2. cd west-nile-virus

  3. conda env create -f environment.yml

  4. source activate west-nile-virus

  5. jupyter notebook

This repository was split out from mlsabbatical