Skip to content

Commit

Permalink
missing methods in object oriented api docs (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtduncan committed Feb 9, 2023
1 parent 2f4d8cb commit 9202881
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

## 0.11.2dev
- [Doc] Object oriented API guide includes appropriate methods under each model (#271)

## 0.11.1 (2023-02-07)

Expand Down
5 changes: 4 additions & 1 deletion docs/api/plot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Object Oriented API
ConfusionMatrix
---------------
.. autoclass:: sklearn_evaluation.plot.ConfusionMatrix
:members:

PrecisionRecall
----------------
Expand All @@ -22,11 +23,13 @@ PrecisionRecall

ROC
---
.. autofunction:: sklearn_evaluation.plot.ROC
.. autoclass:: sklearn_evaluation.plot.ROC
:members:

ClassificationReport
--------------------
.. autoclass:: sklearn_evaluation.plot.ClassificationReport
:members:

CalibrationCurve
----------------
Expand Down

0 comments on commit 9202881

Please sign in to comment.