8000 fix documentation of clustering metrics (#30947) · scikit-learn/scikit-learn@56ea300 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56ea300

Browse files
authored
fix documentation of clustering metrics (#30947)
1 parent 368a200 commit 56ea300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/cluster/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Evaluation metrics for cluster analysis results.
22
33
- Supervised evaluation uses a ground truth class values for each sample.
4-
- Unsupervised evaluation does use ground truths and measures the "quality" of the
4+
- Unsupervised evaluation does not use ground truths and measures the "quality" of the
55
model itself.
66
"""
77

0 commit comments

Comments
 (0)
0