Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flow forecast #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,8 @@ Twin Systems and Weakly-Supervised Learning](https://ieeexplore.ieee.org/stamp/s

- [pytorch-forecasting](https://github.com/jdb78/pytorch-forecasting): A Python package for time series forecasting with PyTorch. It includes state-of-the-art network architectures

- [Flow Forecast](https://github.com/AIStream-Peelout/flow-forecast): A deep learning for series forecasting, classification, and anomaly detection framework with built in hyperparameter searches, experiment tracking controls, and wrappers to easily deploy temporal models to production.

## Datasets

- [A curated list of awesome time series databases](https://github.com/xephonhq/awesome-time-series-database)
Expand Down