Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mepland committed Jan 16, 2024
1 parent e0696ed commit 3cbdd32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/TiDEModelWrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class TiDEModelWrapper(TSModelWrapper):
"temporal_decoder_hidden",
"use_layer_norm",
]
# TODO number of `future_covariates` features is <= `temporal_width_future`, leading to feature expansion.number of covariates: 1, `temporal_width_future=4`.
_allowed_variable_hyperparams = {**DATA_VARIABLE_HYPERPARAMS, **NN_ALLOWED_VARIABLE_HYPERPARAMS}
_fixed_hyperparams = {**DATA_FIXED_HYPERPARAMS, **NN_FIXED_HYPERPARAMS}

Expand Down

0 comments on commit 3cbdd32

Please sign in to comment.