You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @FinAminToastCrunch, this has been asked several times, for example in #7574, and is part of the more general question of having callbacks in sklearn. There's ongoing work on this subject in #22000.
Describe the workflow you want to enable
There is no cohesive way of knowing when a classifier will finish training. What is shown by
verbose = True
is not consistent across models.Describe your proposed solution
I propose wrapping all most/all
.fit()
functions in tqdm.Describe alternatives you've considered, if relevant
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: