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 estimated train time in Optuna mode #350

Closed
pplonski opened this issue Mar 25, 2021 · 1 comment
Closed

Add estimated train time in Optuna mode #350

pplonski opened this issue Mar 25, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@pplonski
Copy link
Contributor

pplonski commented Mar 25, 2021

In Optuna mode the train time is:

  • Optuna tuning for each algorithm = len(algorithms)*otpuna_time_budget,
  • ML model training = total_train_time
@pplonski pplonski self-assigned this Mar 25, 2021
@pplonski pplonski added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Mar 25, 2021
@pplonski pplonski added this to the 0.10.3 milestone Mar 25, 2021
@pplonski pplonski added this to In progress in mljar-supervised Mar 25, 2021
@pplonski pplonski moved this from In progress to Done in mljar-supervised Mar 25, 2021
@pplonski
Copy link
Contributor Author

For Optuna mode there is an additional print-out:

Expected computing time:
Total training time: Optuna + ML training = 3620 seconds
Total Optuna time: len(algorithms) * optuna_time_budget = 20 seconds
Total ML model training time: 3600 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant