Skip to content

BUG: ROCAUC is not supported for Binary Classifications #780

@czaloom

Description

@czaloom

valor version checks

  • I have confirmed this bug exists on the latest version of valor.

Reproducible Example

See sklearn's handling of single class data being passed to `roc_auc_score`

Issue Description

The lite ROCAUC implementation is intended for multiclass data and should not be used with binary classification datasets.

Expected Behavior

We should raise a warning or not return ROCAUC if an invalid input is passed.

Metadata

Metadata

Assignees

Labels

backlogbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions