From 37b60e23a32f5c2e8d128d842c941506ebba2c5f Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Wed, 11 Mar 2020 15:12:55 +0100 Subject: [PATCH] another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77709b2..be5a518 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ from pts import Trainer from pts.dataset import to_pandas ``` -This simple example illustrates how to train a model from GluonTS on some data, and then use it to make predictions. As a first step, we need to collect some data: in this example we will use the volume of tweets mentioning the AMZN ticker symbol. +This simple example illustrates how to train a model on some data, and then use it to make predictions. As a first step, we need to collect some data: in this example we will use the volume of tweets mentioning the AMZN ticker symbol. ```python