You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the purpose of the v1 testing framework, the varying parameters in estimator specific tests should be moved to the get_test_train_params method of the metadata classes.
For this, we should check:
in the _integration fixtures, which variables vary
ensure these are transferred to get_test_train_params as explicit dict keys - for all algorithms - so the TestAllEstimators run agrees 1:1 with the individual _integration runs
Parameters identified so far that are not explicitly in kwargs of all fixtures:
learning_rate (in from_dataset call), this varies across networks
cell_type, n_plotting_samples (in from_dataset call) from DeepAR
backcast_loss_ratio (in from_dataset call) from NBeats
The text was updated successfully, but these errors were encountered:
For the purpose of the v1 testing framework, the varying parameters in estimator specific tests should be moved to the
get_test_train_params
method of the metadata classes.For this, we should check:
_integration
fixtures, which variables varyget_test_train_params
as explicit dict keys - for all algorithms - so theTestAllEstimators
run agrees 1:1 with the individual_integration
runsParameters identified so far that are not explicitly in
kwargs
of all fixtures:learning_rate
(infrom_dataset
call), this varies across networkscell_type
,n_plotting_samples
(infrom_dataset
call) fromDeepAR
backcast_loss_ratio
(infrom_dataset
call) fromNBeats
The text was updated successfully, but these errors were encountered: