File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Ranking Metrics
50
50
:toctree: generated
51
51
:nosignatures:
52
52
53
+ click_through_rate
53
54
frequency_at_k
54
55
hit_rate
55
56
num_collisions
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Classification Metrics
28
28
29
29
BinaryAccuracy
30
30
BinaryAUROC
31
+ BinaryBinnedAUROC
31
32
BinaryBinnedPrecisionRecallCurve
32
33
BinaryConfusionMatrix
33
34
BinaryF1Score
@@ -37,6 +38,7 @@ Classification Metrics
37
38
BinaryRecall
38
39
MulticlassAccuracy
39
40
MulticlassAUROC
41
+ MulticlassBinnedAUROC
40
42
MulticlassBinnedPrecisionRecallCurve
41
43
MulticlassConfusionMatrix
42
44
MulticlassF1Score
@@ -53,6 +55,7 @@ Ranking Metrics
53
55
:toctree: generated
54
56
:nosignatures:
55
57
58
+ ClickThroughRate
56
59
HitRate
57
60
ReciprocalRank
58
61
WeightedCalibration
@@ -74,5 +77,7 @@ Windowed Metrics
74
77
:toctree: generated
75
78
:nosignatures:
76
79
77
- WindowedBinaryAUROC
78
- WindowedBinaryNormalizedEntropy
80
+ WindowedBinaryAUROC
81
+ WindowedBinaryNormalizedEntropy
82
+ WindowedClickThroughRate
83
+ WindowedWeightedCalibration
You can’t perform that action at this time.
0 commit comments