Skip to content

Commit

Permalink
add the missing metrics to the doc (#78)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ninginthecloud authored and facebook-github-bot committed Oct 28, 2022
1 parent f34338d commit e11aa3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/torcheval.metrics.functional.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Ranking Metrics
:toctree: generated
:nosignatures:

click_through_rate
frequency_at_k
hit_rate
num_collisions
Expand Down
9 changes: 7 additions & 2 deletions docs/source/torcheval.metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Classification Metrics

BinaryAccuracy
BinaryAUROC
BinaryBinnedAUROC
BinaryBinnedPrecisionRecallCurve
BinaryConfusionMatrix
BinaryF1Score
Expand All @@ -37,6 +38,7 @@ Classification Metrics
BinaryRecall
MulticlassAccuracy
MulticlassAUROC
MulticlassBinnedAUROC
MulticlassBinnedPrecisionRecallCurve
MulticlassConfusionMatrix
MulticlassF1Score
Expand All @@ -53,6 +55,7 @@ Ranking Metrics
:toctree: generated
:nosignatures:

ClickThroughRate
HitRate
ReciprocalRank
WeightedCalibration
Expand All @@ -74,5 +77,7 @@ Windowed Metrics
:toctree: generated
:nosignatures:

WindowedBinaryAUROC
WindowedBinaryNormalizedEntropy
WindowedBinaryAUROC
WindowedBinaryNormalizedEntropy
WindowedClickThroughRate
WindowedWeightedCalibration

0 comments on commit e11aa3e

Please sign in to comment.