forecast_type: <str>
(Optional)mlp
: Uses an MLP to make the final prediction across all future timestamps.
implicit
: Uses a shared MLP across all future timestamps, conditioned on the future timestamp.
autoregressive
: Uses an RNN-based forecasting head with support for autoregressive prediction.
forecast_type=mlp
.