Skip to content

Indicate progress during optimization #1599

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

Closed
aron-bram opened this issue Oct 18, 2022 · 1 comment · Fixed by #1606
Closed

Indicate progress during optimization #1599

aron-bram opened this issue Oct 18, 2022 · 1 comment · Fixed by #1606
Assignees
Labels
enhancement A new improvement or feature

Comments

@aron-bram
Copy link
Collaborator

aron-bram commented Oct 18, 2022

Problem description:
Building an AutoML model and calling the fit() function does not give any indication of how much time is left from the optimization process. This may cause confusion especially for fresh users not familiar with the API.

Solution idea:
It would be great to have some sort of signal in the console showing the current progress of the search.
Possibly by adding tqdm as a dependency and utilizing it to display a progress bar.
This feature could be turned on by a boolean parameter.

Importance:
This is a minor feature, which could potentially improve the usability of the API without breaking it or requiring too many dependencies.

@aron-bram aron-bram self-assigned this Oct 19, 2022
@aron-bram aron-bram added the enhancement A new improvement or feature label Oct 19, 2022
@mrektor
Copy link

mrektor commented Nov 9, 2022

I agree that this would be very useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new improvement or feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants