yardstick icon indicating copy to clipboard operation
yardstick copied to clipboard

Tidy methods for measuring model performance

Results 43 yardstick issues
Sort by recently updated
recently updated
newest added

Dear tidymodels team, I wanted to request the addition of Brier scores for measurement of performance for two-class outcome models. The score is described here, along with 2-variable and 3-variable...

metric 📏

Not sure if I'm missing something obvious, but I didn't find the false positive rate among the available metrics in yardstick. I know I could simply calculate it by doing...

feature
metric 📏

I really like `yardstick`'s API for computing discrimination. Calibration is also an important metric for classification models. Is there any interest in developing some `yardstick` functions to compute a calibration...

metric 📏

I saw an interesting presentation where they optimized the lift statistic but for a fixed percentage of samples that are tested. So for the example data, if someone used `gain_point(two_class_example,...

feature

## Feature Apologies if this already exists and I've missed it. It would be useful to allow custom `direction` options when creating new metrics. My current use-case for this behavior...

feature

## Feature In situations when you don't have a classification problem but a regression problem with multiple target variables I cannot see a way to make yardstick work with that...

feature

Resolves part of #240 Just putting this out there to get your thoughts on the interface. I've implemented an `extract_plot_data()` function for the confusion matrix class which returns a list...

The `autoplot()` functions are great out of the box for quick insights, but I wish there was a way to access the underlying data used to generate said plots. For...

feature

This is a probability-based measure for classification that is an alternative to the area under the ROC curve ([ref](https://link.springer.com/content/pdf/10.1007/s10994-009-5119-5.pdf) and [ref](https://doi.org/10.1002/sim.3859)). There is an implementation [here](https://cran.r-project.org/package=hmeasure) that we can use...

metric 📏

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

metric 📏