facebook / facebook/prophet

Schedule retrain an existing prophet model

Open
#2,556 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
20.4k
Forks
4.6k
Avg merge
19h 52m
Merged PRs (30d)
1

Description

I am using mlflow to log the prophet model let's name as model1. I am able to log the model, versioning is also happening, and prediction also working fine.
Now i got data for next 1 week since my model was trained, So i want to train my model which should have understanding of previous data / historical data based on which model1 was trained as well as on new data also.
One way of doing that collab all data and train it which in time consuming.

since i am having trained model of prophet:
Is there a way to retrain the model it weekly with new weekly data?
using mlflow i am able to log it and load it, but I don't know how to retrain it with new data.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.