Skip to content

Instantly share code, notes, and snippets.

@KexinFeng
KexinFeng / README.md
Last active January 26, 2023 03:12 — forked from Carkham/README.md

This Gist contains some python scripts for the DJL timeseries package. Including drawing prediction graphs and coarse-grained data, etc. For more information, check out the gluonTS example.

plot

If you want to visualize your forecasts please run:

python plot.py -p YOUR_PRED_LENGTH -f YOUR_FREQUENCY -t YOUR_STARGT_TIME -target-path YOUR_TARGET_PATH -samples-path YOUR_SAMPLES_PATH

plot result

forecast