Closed flrs closed 3 years ago
I think the reason for this is that those parameters don't have tuning functions created yet, see https://github.com/business-science/modeltime.gluonts/issues/14
Yes, that is correct. I haven't yet created all of the potential tuning parameters.
Thanks @tonyk7440 and @mdancho84. Let's continue the discussion in #14.
I am trying to set up
modeltime.gluonts
for hyperparameter tuning. I am running the following code snippet:When executing the last line (
parameters(model_spec_tune)
), I get the following error:A similar error pops up for the
num_cells
andscale
parameters. Other parameters (e.g.dropout
,epochs
) work fine.Am I missing something or is this a bug?