Skip to content
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

Add ability to pause and restore the training #135

Closed
pplonski opened this issue Aug 10, 2020 · 1 comment
Closed

Add ability to pause and restore the training #135

pplonski opened this issue Aug 10, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pplonski
Copy link
Contributor

Add option for the user to stop the training (by killing the process, Ctrl+C) and restore the training after calling the AutoML.fit method again with the same results_path value.

@pplonski pplonski changed the title Add ability to pause training Add ability to pause and restore the training Aug 10, 2020
@pplonski pplonski self-assigned this Aug 10, 2020
@pplonski pplonski added the enhancement New feature or request label Aug 10, 2020
@pplonski pplonski added this to the version 0.6.0 milestone Aug 10, 2020
@pplonski pplonski added this to In progress in mljar-supervised Aug 10, 2020
@pplonski pplonski pinned this issue Aug 10, 2020
pplonski added a commit that referenced this issue Aug 25, 2020
pplonski added a commit that referenced this issue Aug 26, 2020
@pplonski
Copy link
Contributor Author

There is progress.json file that keeps state of AutoML training. User can stop training (for example with Ctrl+C) and restore it by calling fit with the same params and the same results_path.

@pplonski pplonski moved this from In progress to Done in mljar-supervised Aug 26, 2020
@pplonski pplonski modified the milestones: version 0.6.0, version 0.6.1 Aug 26, 2020
@pplonski pplonski unpinned this issue Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant