Skip to content

Commit 00d7349

Browse files
committed
DOC improve documentation and distinguish each module
1 parent 6d881d3 commit 00d7349

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

sklearn/metrics/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Utilities to evaluate the predictive performance of models
1+
"""Metrics to assess performance on classification task given classe prediction
22
33
Functions named as ``*_score`` return a scalar value to maximize: the higher
44
the better

sklearn/metrics/ranking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Utilities to evaluate the predictive performance of models
1+
"""Metrics to assess performance on classification task given scores
22
33
Functions named as ``*_score`` return a scalar value to maximize: the higher
44
the better

sklearn/metrics/regression.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
"""Utilities to evaluate the predictive performance of models in regression
1+
"""Metrics to assess performance on regression task
32
43
Functions named as ``*_score`` return a scalar value to maximize: the higher
54
the better
@@ -12,7 +11,7 @@
1211
# Mathieu Blondel <[email protected]>
1312
# Olivier Grisel <[email protected]>
1413
# Arnaud Joly <[email protected]>
15-
# Jochen Wersdörfer <[email protected]>
14+
# Jochen Wersdorfer <[email protected]>
1615
# Lars Buitinck <[email protected]>
1716
# Joel Nothman <[email protected]>
1817
# Noel Dawe <[email protected]>

0 commit comments

Comments
 (0)