huggingface / huggingface/evaluate
Question: ROC_AUC metric compute signature with prediction_scores
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
Hi team,
I have a question regarding the `compute` signature in roc_auc metric.
it uses `prediction_scores` while other metrics uses only `predictions`, is that intended? why?
If not, could I do a small PR to change it to `predictions`?
Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.