Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sempwn/west-nile-virus

Kaggle West Nile Virus exploration and prediction
https://github.com/sempwn/west-nile-virus

Last synced: about 1 month ago
JSON representation

Kaggle West Nile Virus exploration and prediction

Awesome Lists containing this project

README

        

# Kaggle West Nile Virus competition

Exploration of [kaggle](https://kaggle.com) competition on predicting the presence of
[West Nile Virus](https://www.kaggle.com/c/predict-west-nile-virus/leaderboard).

## Dependencies

Some packages used in python:
* Pandas
* keras
* xgboost

Packages used in R:
* R-INLA

## Notebooks and examples
____

* Example of geospatial fit: [here](./spatial_fit.pdf).
* [Notebook](./data_exploration.ipynb) on data exploration.
* [Notebook](./xgb_play.ipynb) on xgboost.
* [Notebook](./keras_play.ipynb) on keras neural network.