Skip to content

Commit

Permalink
Move evaluation metrics docs under API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rjavadi committed Feb 9, 2024
1 parent 0b1e34d commit 5fa38ae
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 77 deletions.
4 changes: 3 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ API Reference
=============

.. toctree::
:maxdepth: 1
:glob:

reference/api/cyclops.data.rst
reference/api/cyclops.tasks.rst
reference/api/cyclops.evaluate.rst
reference/api/index.rst
reference/api/cyclops.monitor.rst
reference/api/cyclops.report.rst
10 changes: 10 additions & 0 deletions docs/source/pages/evaluate/evaluator.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. role:: hidden
:class: hidden-section

#########
Evaluator
#########

evaluator
^^^^^^^^^
.. autofunction:: cyclops.evaluate.evaluator.evaluate
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. role:: hidden
:class: hidden-section

##################
Fairness Evaluator
##################
Expand Down
6 changes: 3 additions & 3 deletions docs/source/pages/evaluate/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Evaluation
^^^^^^^^^^

.. toctree::
:maxdepth: 2
:maxdepth: 1
:glob:

metrics/*
fairness/*
fairness_evaluator.rst
evaluator.rst
73 changes: 0 additions & 73 deletions docs/source/reference/api/cyclops.evaluate.rst

This file was deleted.

File renamed without changes.
12 changes: 12 additions & 0 deletions docs/source/reference/api/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. role:: hidden
:class: hidden-section


Evaluation Metrics
==================

.. toctree::
:maxdepth: 1
:glob:

evaluate/*

0 comments on commit 5fa38ae

Please sign in to comment.