Skip to content
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

ww_multi_scale() should support multi-class AUC, PR AUC, etc #64

Open
mikemahoney218 opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@mikemahoney218
Copy link
Member

Because ww_multi_scale() only takes one estimate column, and passes ... to sf::st_make_grid(), there's currently no way to pass multiple columns of probability estimates to yardstick functions. This means we can't do multi-class class probability functions at the moment.

It would be nice for at least the sf method to support this. Not sure what the interface would look like, though, since dots are already in use. Maybe a probabilities argument that accepts a list?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant