tidymodels / yardstick

Tidy methods for measuring model performance
https://yardstick.tidymodels.org/
Other
369 stars 55 forks source link

reportable results metric #219

Open topepo opened 3 years ago

topepo commented 3 years ago

Can we have a yardstick interface to probably::reportable_rate()?

DavisVaughan commented 3 years ago

To make it probably agnostic, this could be a metric that just counts the number of NA values present in estimate. truth might be required to work in a metric-set, but it won't be used for anything. na_rm would not be exposed, and would be forcibly set to false internally