Skip to content

Commit

Permalink
Including log loss metric to the documentation website (#3617)
Browse files Browse the repository at this point in the history
Closes #1596.

The documentation already existed, it was just not listed in the api.rst for Sphinx.

Authors:
  - Micka (@lowener)

Approvers:
  - Dante Gama Dessavre (@dantegd)

URL: #3617
  • Loading branch information
lowener authored Mar 16, 2021
1 parent d45bd81 commit 452f92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ Metrics (regression, classification, and distance)

.. autofunction:: cuml.metrics.confusion_matrix

.. autofunction:: cuml.metrics.log_loss

.. autofunction:: cuml.metrics.roc_auc_score

.. autofunction:: cuml.metrics.precision_recall_curve
Expand Down

0 comments on commit 452f92d

Please sign in to comment.