8000 Add metrics to the doc. · seckcoder/scikit-learn@ec37f0a · GitHub
[go: up one dir, main page]

Skip to content

Commit ec37f0a

Browse files
author
Fabian Pedregosa
committed
Add metrics to the doc.
1 parent d10f47c commit ec37f0a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/modules/classes.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,32 @@ Clustering
152152
cluster.AffinityPropagation
153153

154154

155+
Metrics
156+
=======
157+
158+
159+
.. autosummary::
160+
:toctree: generated/
161+
:template: function.rst
162+
163+
metrics.euclidean_distances
164+
metrics.unique_labels
165+
metrics.confusion_matrix
166+
metrics.roc_curve
167+
metrics.auc
168+
metrics.precision_score
169+
metrics.recall_score
170+
metrics.fbeta_score
171+
metrics.f1_score
172+
metrics.precision_recall_fscore_support
173+
metrics.classification_report
174+
metrics.precision_recall_curve
175+
metrics.r2_score
176+
metrics.zero_one_score
177+
metrics.zero_one
178+
metrics.mean_square_error
179+
180+
155181
Covariance Estimators
156182
=====================
157183

0 commit comments

Comments
 (0)
0