Open jaheba opened 2 years ago
We should add some plotting helpers, which make it easy to display time-series, predictions, etc.
For example, these tutorials spend a lot of lines on setting up plotting.
Ideally, we add something like gluonts.lab.plot, which makes it easy to visualize things.
gluonts.lab.plot
Tried to go through Tutorial, just copy/pasted code, plot function for SampleForecast entity doesn't seems to work the way it should.
We should add some plotting helpers, which make it easy to display time-series, predictions, etc.
For example, these tutorials spend a lot of lines on setting up plotting.
Ideally, we add something like
gluonts.lab.plot
, which makes it easy to visualize things.