Learn practical skills, build real-world projects, and advance your career

West Nile Virus Prediction (Course Project)

Given weather, location, testing, and spraying data, this project asks you to predict when and where different species of mosquitos will test positive for West Nile virus.

Downloading the Data

We'll use the opendatasets library to download the data from Kaggle directly within Jupyter. Let's install and import opendatasets.

!pip install opendatasets --upgrade --quiet
import opendatasets as od
od.version()
'0.1.20'