Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Deeplearningexamples | 11,672 | 21 days ago | 289 | Jupyter Notebook | ||||||
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure. | ||||||||||
Autogluon | 6,455 | 14 | a day ago | 1,155 | November 28, 2023 | 271 | apache-2.0 | Python | ||
AutoGluon: AutoML for Image, Text, Time Series, and Tabular Data | ||||||||||
Informer2020 | 4,276 | a month ago | 107 | apache-2.0 | Python | |||||
The GitHub repository for the paper "Informer" accepted by AAAI 2021. | ||||||||||
Tsai | 4,054 | 2 | 16 days ago | 47 | November 13, 2023 | 57 | apache-2.0 | Jupyter Notebook | ||
Time series Timeseries Deep Learning Machine Learning Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai | ||||||||||
Gluonts | 3,914 | 16 | a day ago | 102 | November 27, 2023 | 372 | apache-2.0 | Python | ||
Probabilistic time series modeling in Python | ||||||||||
Neural_prophet | 3,420 | 3 | 2 days ago | 24 | September 19, 2023 | 46 | mit | Python | ||
NeuralProphet: A simple forecasting package | ||||||||||
Pytorch Forecasting | 3,331 | 10 | 2 days ago | 34 | July 26, 2020 | 434 | mit | Python | ||
Time series forecasting with PyTorch | ||||||||||
Neuralforecast | 1,981 | 3 | 2 days ago | 20 | October 05, 2023 | 91 | other | Python | ||
Scalable and user friendly neural :brain: forecasting algorithms. | ||||||||||
Deep Learning Time Series | 1,811 | a year ago | 8 | apache-2.0 | Jupyter Notebook | |||||
List of papers, code and experiments using deep learning for time series forecasting | ||||||||||
Orbit | 1,728 | 1 | 2 months ago | 21 | January 29, 2023 | 65 | other | Python | ||
A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. |
Flow Forecast (FF) is an open-source deep learning for time series forecasting framework. It provides all the latest state of the art models (transformers, attention models, GRUs, ODEs) and cutting edge concepts with easy to understand interpretability metrics, cloud provider integration, and model serving capabilities. Flow Forecast was the first time series framework to feature support for transformer based models and remains the only true end-to-end deep learning for time series framework. Currently, Task-TS from CoronaWhy primarily maintains this repository. Pull requests are welcome. Historically, this repository provided open source benchmark and codes for flash flood and river flow forecasting.
For additional tutorials and examples please see our tutorials repository.
branch | status |
---|---|
master | |
Build PY | |
Documentation | |
CodeCov | |
CodeFactor |
Using the library
pip install flood-forecast
Models currently supported
Forthcoming Models
We have a number of models we are planning on releasing soon. Please check our project board for more info
Integrations
For instructions on contributing please see our contributions page and our project board.
This task focuses on forecasting a stream's future flow/height (in either cfs or feet respectively) given factors such as current flow, temperature, and precipitation. In the future we plan on adding more variables that help with the stream flow prediction such as snow pack data and the surrounding soil moisture index.
Task two focuses on predicting the severity of the flood based on the flood forecast, population information, and topography. Flood severity is defined based on several factors including the number of injuires, property damage, and crop damage.
If you use either the data or code from this repository please use the citation below. Additionally please cite the original authors of the models.
@misc{godfried2020flowdb,
title={FlowDB a large scale precipitation, river, and flash flood dataset},
author={Isaac Godfried and Kriti Mahajan and Maggie Wang and Kevin Li and Pranjalya Tiwari},
year={2020},
eprint={2012.11154},
archivePrefix={arXiv},
primaryClass={cs.AI}
}