-
Notifications
You must be signed in to change notification settings - Fork 47
add a function to compute new metrics from tuning results #663
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
Conversation
Merge branch 'main' into compute-metrics # Conflicts: # NEWS.md
DavisVaughan
left a comment
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.
Lots of minor comments, but nothing super blocking so I will approve too
topepo
left a comment
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.
Looks great!
|
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. |
A first step for infrastructure for fairness metrics! This function is closely analogous to
collect_metrics(), but allows for computing new metrics after tuning without needing to re-fit and re-predict from resampled models.🏄Created on 2023-04-05 with reprex v2.0.2
There is likely some additional work to do for accommodating iterative tuning, so marking as a draft for now!