Replies: 1 comment 3 replies
-
|
Currently, the way to do warm start is via the starting_points argument. Are you thinking of normal termination of an AutoML run followed by another AutoML run or a forced termination of an AutoML run followed by another AutoML run that recovers from the failure? For the former, warm-start + logging can work. For the latter, it also works when not using ray. But when using ray, the log is not written when the termination is forced and that needs an improvement. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When using
ray, I am getting the following message:I was wondering whether "checkpointing" functionality is available when using
AutoMLwithray, i.e. whether it is possible to store intermediate results in some work directory and run incrementally (e.g. at nights, when the computer is idle, etc).Thank you very much for your help and all the great work!
Beta Was this translation helpful? Give feedback.
All reactions