-
Notifications
You must be signed in to change notification settings - Fork 42
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
fit_best() #586
fit_best() #586
Conversation
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.
couple of notes on my first read-through
Heads up: will go ahead and pull + make edits to resolve Emil's review comments and workshop cli calls! |
for compatibility with `devtools::test_active_file()`
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.
Handing off! Really excited about this addition.
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
PR for generating a model fit from tuning results using the numerically best tuning parameter configurations.
My use of cli for the messaging could be better, so please suggest improvements.