Hello guys while doing hyper parameter optimizatio...
# neural-forecast
d
Hello guys while doing hyper parameter optimization with AutoNBEATS I am getting NotImplementedError("droput") while creating the stack in the NBEATSBlock, after I have upgraded the neuralforecast package recently.. Is there any solution to this issue?
j
Hey. NBEATS doesn't currently support dropout, so you'll have to leave
dropout_prob_theta
to it's default (0)
👍 1
d
Will try that