I'm tuning N-BEATS and I get an error when trying to tune the lookback_length.
i Creating pre-processing data to finalize unknown parameter: lookback_length
Error: The workflow has arguments whose ranges are not finalized: 'lookback_length'
Is there any way for this to be automatic so we don't have to use the update function?
I also get an error when trying to tune the scale hyperparameter:
Error: Problem with mutate() input object.
x Error when calling scale(): Error : 'scale' is not an exported object from 'namespace:modeltime.gluonts'
I saw that you renamed the function, scale_values() but I also get an error if change scale to scale_values inside nbeats(...):
unused argument (scale_values = tune())
I'm tuning N-BEATS and I get an error when trying to tune the lookback_length. i Creating pre-processing data to finalize unknown parameter: lookback_length Error: The workflow has arguments whose ranges are not finalized: 'lookback_length'
I can solve this by using update:
Is there any way for this to be automatic so we don't have to use the update function?
I also get an error when trying to tune the scale hyperparameter: Error: Problem with
mutate()
inputobject
. x Error when calling scale(): Error : 'scale' is not an exported object from 'namespace:modeltime.gluonts'I saw that you renamed the function,
scale_values()
but I also get an error if change scale to scale_values inside nbeats(...): unused argument (scale_values = tune())