Search code examples
pythonmachine-learningtime-seriesregressionfacebook-prophet

How to update a time-series model (such as facebook_prophet) on new data without retraining the data in full each time?


Is it doable to update my trained model (fbprophet) in order to surpass the dilemma of retraining the whole dataset every time?

Thanks for your help in Advance


Solution

  • I found a solution using the warm-start approach, here.