Chronos: add autoformer example on electricity and api doc (#4950)

* add autoformer example and api doc

* update license and readme
This commit is contained in:
Junwei Deng 2022-06-28 17:37:20 +08:00 committed by GitHub
parent b23f66ebbc
commit 26ec59edf7

View file

@ -75,6 +75,19 @@ Temporal Convolutional Networks (TCN) is a neural network that use convolutional
:show-inheritance:
AutoformerForecaster
----------------------------------------
Autoformer is a neural network that use transformer architecture with autocorrelation. It supports multi-step and multi-variant cases. It shows significant accuracy improvement while longer training/inference time than TCN.
`version:pytorch`
.. automodule:: bigdl.chronos.forecaster.autoformer_forecaster
:members:
:undoc-members:
:show-inheritance:
NBeatsForecaster
----------------------------------------