You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi in the sklearn API there is a multi_class parameters which can be set to ‘ovr or ‘ovo'. But it seems that this is not yet implemented in the torchmetrics.
Motivation
In sklearn we can compute ovo AUC, but currently this is not supported
Issue will be closed by classification refactor: see this issue #1001 and this PR #1195 for all changes
Small recap: This issue ask for support that one-vs-one approach for calculating auroc in multiclass settings. During the refactor it was determined that we do not want to pursue this approach and still only support one-vs-the-rest for calculating roc, auroc etc.
🚀 Feature
Hi in the sklearn API there is a
multi_class
parameters which can be set to ‘ovr or ‘ovo'. But it seems that this is not yet implemented in the torchmetrics.Motivation
In sklearn we can compute ovo AUC, but currently this is not supported
Additional context
Using torchmetrics 0.6.0
The text was updated successfully, but these errors were encountered: