Skip to main content

TorchTS

Time series forecasting with PyTorch

Time series data modeling has broad significance in public health, finance and engineering

Built On Pytorch

Library built on pytorch

User Friendly

Easy to use with model.predict

Scalable

Easily Scalable Library

Why Time Series?

  • Time series data modeling has broad significance in public health, finance and engineering.
  • Traditional time series methods from statistics often rely on strong modeling assumptions, or are computationally expensive.
  • Given the rise of large-scale sensing data and significant advances in deep learning, the goal of the project is to develop an efficient and user-friendly deep learning library that would benefit the entire research community and beyond.
The problem (picture of a question mark)
The solution (picture of a star)

Why TorchTS?

  • Existing time series analysis libraries include statsmodels, sktime. However, these libraries only include traditional statistics tools such as ARMA or ARIMA, which do not have the state-of-the-art forecasting tools based on deep learning.
  • GluonTS is an open-source time series library developed by Amazon AWS, but is based on MXNet.
  • Pyro is a probabilistic programming framework based on PyTorch, but is not focused on time series forecasting.