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

Getting ETA for model training #23156

Closed
rajatscibi opened this issue Apr 18, 2022 · 1 comment
Closed

Getting ETA for model training #23156

rajatscibi opened this issue Apr 18, 2022 · 1 comment
Labels
Needs Triage Issue requires triage New Feature

Comments

@rajatscibi
Copy link

Describe the workflow you want to enable

Getting an estimate time for a model to train or an estimated time remaining before the training is completed.

Describe your proposed solution

Understand computational resources to get an estimate on time to train. OR
Use the already elapsed time to computed estimated time remaining. For example. if 10% training gets completed in 60 sec, ETA for 100% becomes 600 sec or similar.

Describe alternatives you've considered, if relevant

Tried scitime but thats a very invasive method. Would prefer a method that is more tightly coupled with sklearn functionality.

Additional context

No response

@rajatscibi rajatscibi added Needs Triage Issue requires triage New Feature labels Apr 18, 2022
@jeremiedbb
Copy link
Member

This is a recurrent feature request that will be resolved by the ongoing work on a callback API (#22000)

I'm closing this issue because it is a duplicate of #10973 and #78.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Triage Issue requires triage New Feature
Projects
None yet
Development

No branches or pull requests

2 participants