Open DaniloMendezR opened 1 year ago
Hey, try changing the gradient clipping parameter as well as play with learning rate.
I've tried this for a couple of hours but it doesnt seem to get me anywhere. I didn't have this problem for two weeks straight but then it showed up again.
Hey, try changing the gradient clipping parameter as well as play with learning rate.
Im trying to use the optimize_hyperparameters function to find the best instead of guessing. But it turns out that this problem persists within the optuna optimization. Could this be a version problem? I'm stumped.
Any updates on the error ? I have the same one, on a similar task.
Unfortunately I have stopped using this package too many issues going on at the same time, shame, it was working really well for a while.
My goal is to create a 14 day forecast on demand using my own data. The demand follows a grouping of Machine and Dish. I followed the tutorial and created a TimeSeriesDataSet with my own data. I've successfully fit and predicted with my own data and got good results.
Expected behavior
Adding newer data and refit the model will lead to a better tuned model, the pipeline would stay the same and could handle additional demand observations.
Actual behavior
When I added new data the first time I got the error in the title. I have no idea why. The only thing I new is that the problem was in the new data. I managed to find the Machine Dish combination that was giving me the problem so I removed it and the problem was fixed.
The second time I added data I had no problems.
The third time I added data the problem returned and I don't understand the mechanism behind why its here or how to automatically identify the problematic Machine Dish combinations to remove them from the data.
Code to reproduce the problem
I can't share the data since its private, but I can sare the code I used. Important to note that the prediction length is 14.