NBeats_pkg#
- class pytorch_forecasting.models.nbeats._nbeats_pkg.NBeats_pkg[source]#
Bases:
_BasePtForecasterNBeats package container.
- Inherited-members:
Methods
create_test_instancecreate_test_instances_and_namesget_model_clsget_test_train_paramsname- classmethod get_test_train_params()[source]#
Return testing parameter settings for the trainer.
- Returns:
params – Parameters to create testing instances of the class Each dict are parameters to construct an “interesting” test instance, i.e., MyClass(**params) or MyClass(**params[i]) creates a valid test instance. create_test_instance uses the first (or only) dictionary in params
- Return type:
dict or list of dict, default = {}