Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.9k
Pause and Resume AutoML experiments #5736
Copy link
Copy link
Open
Labels
AutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning processP2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.
Milestone
Description
Metadata
Metadata
Assignees
Labels
AutoML.NETAutomating various steps of the machine learning processAutomating various steps of the machine learning processP2Priority of the issue for triage purpose: Needs to be fixed at some point.Priority of the issue for triage purpose: Needs to be fixed at some point.
I wonder if there are any plans to provide a way to pause/resume ML.NET AutoML experiments (with exiting the ML.NET process).
One can use AutoML to run experiments and set duration limit in seconds. However, this requires the process running for the entire duration of the experiment.
Has anyone tried running an experiment and implementing some sort of pause/resume functionality?
Use Case: Pause an experiment and resume after reboot
The real use case for me is running long experiments at night. I'm not using my computer between 02:00 and 07:00. How can I run experiment for those 5 hours, pause the experiment and continue the next night?