Authors: Sophie Giffard-Roisin, Alexandre Boucaud, Mo Yang, Balazs Kegl, Claire Monteleoni (AppStat-CDS)
The goal is to predict the hurricane evolution (24h forecast) using collected data from all past hurricanes (since 1979). New version.
- clone this repository
git clone https://github.com/ramp-kits/storm_forecast.git
cd storm_forecast
- install the dependancies
- with conda
conda install -y -c conda conda-env # First install conda-env
conda env create # Use environment.yml to create the 'storm_forecast' env
source activate storm_forecast # Activates the virtual env
- without
conda
(best to use a virtual environment)
python -m pip install -r requirements.txt
- download the data
python download_data.py # quick-test data for testing ~200Mb
- get started with the storm_forecast_starting_kit.ipynb
- create a new submission
<new_sub>
by building on the existing ones
cp -r submissions/starting_kit submissions/<new_sub>
-
modify the
*.py
files insubmissions/<new_sub>
with your favorite editor -
test the submission with
ramp_test_submission --quick-test --submission <new_sub>
- if the job complete, you can submit the code in the sandbox of ramp.studio
BSD license : see LICENSE file
This package was created with Cookiecutter and the ramp-kits/cookiecutter-ramp-kit
project template
issued by the Paris-Saclay Center for Data Science.