I know how to do this in fbProphet, you get the parameters from the old model and update them using the new data points, instead of retraining the whole model from scratch. How to do the same with Neural Prophet? I tried the same function but it didn't work out.
I know how to do this in fbProphet, you get the parameters from the old model and update them using the new data points, instead of retraining the whole model from scratch. How to do the same with Neural Prophet? I tried the same function but it didn't work out.