-
Notifications
You must be signed in to change notification settings - Fork 1
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
test workflow_set()
and workflow_map()
for survival models
#183
Conversation
Warning in `tune::fit_resamples()`: | ||
Evaluation times are only required when dynamic or integrated metrics are used (and will be ignored here). | ||
Warning in `tune::fit_resamples()`: | ||
Evaluation times are only required when dynamic or integrated metrics are used (and will be ignored here). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the duplicate warnings.👀
This is a little bit different than the similar output we saw for finetune, as users can vary options
such that different workflows would experience different issues (so we can't just run the newly exported tune checking functions for one workflow and assume it's output applies elsewhere). Because of this, workflowsets doesn't deduplicate errors/warnings across tuning results.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the context here
These tests only run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! 🌻
Warning in `tune::fit_resamples()`: | ||
Evaluation times are only required when dynamic or integrated metrics are used (and will be ignored here). | ||
Warning in `tune::fit_resamples()`: | ||
Evaluation times are only required when dynamic or integrated metrics are used (and will be ignored here). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the context here
Closes #119. :)