-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save Suggestion state after deployment is deleted #1062
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
/priority p0 |
@johnugeorge @gaocegege What do you think about saving Suggestion states using object serialisation, e.g pickle in Python: https://docs.python.org/3/library/pickle.html. In that case, if
Then, we can save this pickle file in PV and use it to resume experiment with appropriate state for the Suggestion service class |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
The approach LGTM if the suggestion is implemented in Python. But I prefer a general solution for different languages. |
Let's discuss implementation here: #1250. |
/kind feature
Katib should have functionality to save Suggestion state somewhere besides Suggestion pod.
Some users would like to resume Experiments, but they don't want to have always running Suggestion deployment. For example we can use PV.
We can use
ResumeExperiment
flag from here: #1061 to specify resuming experiment mechanism./cc @johnugeorge @gaocegege @hougangliu @richardsliu
The text was updated successfully, but these errors were encountered: