Getting started
Tutorials
Data
Models
Metrics
FAQ
Contribute
API
Release Notes
GitHub
models
base_model
baseline
deepar
mlp
nbeats
nn
rnn
temporal_fusion_transformer
pytorch_forecasting.models.nbeats.sub_modules.linspace
¶
pytorch_forecasting.models.nbeats.sub_modules.
linspace
(
backcast_length
:
int
,
forecast_length
:
int
,
centered
:
bool
=
False
)
→
Tuple
[
numpy.ndarray
,
numpy.ndarray
]
[source]
¶
pytorch_forecasting.models.nbeats.sub_modules.linear
NBEATSBlock