tidymodels / yardstick

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

Metrics per threshold #512

Open jxu opened 3 months ago

jxu commented 3 months ago

Similar to #488: Is there an easy way to get metrics like accuracy and precision per threshold (0, 0.01, ..., 1.00)?

Otherwise I'll write functions that do compete metrics rowwise for each threshold.