Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: thibaultdvx <[email protected]>
  • Loading branch information
thibaultdvx committed Sep 17, 2024
1 parent 6df834f commit e2e36ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ ROC AUC metrics handler
:members:


Average Precision metric handler
--------------------------------
.. autoclass:: AveragePrecision
:members:


Confusion matrix metrics handler
--------------------------------
.. autoclass:: ConfusionMatrix
Expand Down
7 changes: 7 additions & 0 deletions docs/source/metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ Metrics
.. autoclass:: ROCAUCMetric
:members:

`Average Precision`
--------------------------
.. autofunction:: compute_average_precision

.. autoclass:: AveragePrecisionMetric
:members:

`Confusion matrix`
------------------
.. autofunction:: get_confusion_matrix
Expand Down

0 comments on commit e2e36ee

Please sign in to comment.