Skip to content

CSI695 course project. Predict the maximum intensity of hurricane and tornado events.

Notifications You must be signed in to change notification settings

BDanielCS/storm_predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

storm_predictor

CSI695 course project. Predict the maximum intensity of hurricane and tornado events.

Project Organization

├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── models             <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks          <- Jupyter notebooks.
│
├── references         <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports            <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures        <- Generated graphics and figures to be used in reporting
│
├── setup.py           <- makes project pip installable (pip install -e .) so src can be imported
└── src                <- Source code for use in this project.
    ├── __init__.py    <- Makes src a Python module
    │
    ├── features       <- Scripts to turn raw data into features for modeling
    │
    └── models         <- Scripts to train models and then use trained models to make predictions

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

CSI695 course project. Predict the maximum intensity of hurricane and tornado events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages