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:
parent
b23f66ebbc
commit
26ec59edf7
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
----------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue