mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2025-01-08 22:20:40 +01:00
Fix typo
fixed typo in comment
This commit is contained in:
parent
78c3235eee
commit
85bbe15fcb
@ -57,7 +57,7 @@ class AUROCWithMWU(torchmetrics.Metric):
|
||||
|
||||
This AUROC implementation is well suited to (non-zero) low-CTR. In particular it will return
|
||||
the correct AUROC even if the predicted probabilities are all close to 0.
|
||||
Currently only support binary classification.
|
||||
Currently only supports binary classification.
|
||||
"""
|
||||
|
||||
def __init__(self, label_threshold: float = 0.5, raise_missing_class: bool = False, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user