From dbb0e130249808d1d93dc4bb8291f1c7c9487ea6 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Mon, 15 Feb 2021 16:18:22 +0100 Subject: [PATCH] using gluonts as a dependency now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c8ec4..c2d080d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PyTorchTS -PyTorchTS is a [PyTorch](https://github.com/pytorch/pytorch) Probabilistic Time Series forecasting framework which provides state of the art PyTorch time series models by utilizing [GluonTS](https://github.com/awslabs/gluon-ts) as its API (with minimal changes) and for loading, transforming and back-testing time series data sets. Currently the GluonTS code is copied into this repository with changes for PyTorch but eventually GluonTS should become an external requirement. +PyTorchTS is a [PyTorch](https://github.com/pytorch/pytorch) Probabilistic Time Series forecasting framework which provides state of the art PyTorch time series models by utilizing [GluonTS](https://github.com/awslabs/gluon-ts) as its back-end API and for loading, transforming and back-testing time series data sets. ## Installation