Skip to content

Commit e11aa3e

Browse files
ninginthecloudfacebook-github-bot
authored andcommitted
add the missing metrics to the doc (#78)
Summary: Please read through our [contribution guide](https://github.com/pytorch-labs/torcheval/blob/main/CONTRIBUTING.md) prior to creating your pull request. As title Pull Request resolved: #78 Test Plan: Fixes #{issue number} Reviewed By: ananthsub Differential Revision: D40821583 Pulled By: ninginthecloud fbshipit-source-id: 5847bb61e90e3b69a6f5e7907e5183f8b8103b8b
1 parent f34338d commit e11aa3e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/source/torcheval.metrics.functional.rst

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Ranking Metrics
5050
:toctree: generated
5151
:nosignatures:
5252

53+
click_through_rate
5354
frequency_at_k
5455
hit_rate
5556
num_collisions

docs/source/torcheval.metrics.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Classification Metrics
2828

2929
BinaryAccuracy
3030
BinaryAUROC
31+
BinaryBinnedAUROC
3132
BinaryBinnedPrecisionRecallCurve
3233
BinaryConfusionMatrix
3334
BinaryF1Score
@@ -37,6 +38,7 @@ Classification Metrics
3738
BinaryRecall
3839
MulticlassAccuracy
3940
MulticlassAUROC
41+
MulticlassBinnedAUROC
4042
MulticlassBinnedPrecisionRecallCurve
4143
MulticlassConfusionMatrix
4244
MulticlassF1Score
@@ -53,6 +55,7 @@ Ranking Metrics
5355
:toctree: generated
5456
:nosignatures:
5557

58+
ClickThroughRate
5659
HitRate
5760
ReciprocalRank
5861
WeightedCalibration
@@ -74,5 +77,7 @@ Windowed Metrics
7477
:toctree: generated
7578
:nosignatures:
7679

77-
WindowedBinaryAUROC
78-
WindowedBinaryNormalizedEntropy
80+
WindowedBinaryAUROC
81+
WindowedBinaryNormalizedEntropy
82+
WindowedClickThroughRate
83+
WindowedWeightedCalibration

0 commit comments

Comments
 (0)