Models

Model parameters very much depend on the dataset for which they are destined.

Pytorch Forecasting provides a .from_dataset() method for each model that takes a TimeSeriesDataSet and additional parameters that cannot directy derived from the dataset such as, e.g. learning_rate or hidden_size.

To tune models, optuna can be used. For example, tuning of the TemporalFusionTransformer is implemented by optimize_hyperparameters()

Details

See the API documentation for further details on available models:

models

Models for timeseries forecasting.