Skip to content

Commit 7e8bcc7

Browse files
authored
address comment
1 parent e684dbb commit 7e8bcc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/pyspark/ml/evaluation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,7 @@ class ClusteringEvaluator(JavaEvaluator, HasPredictionCol, HasFeaturesCol,
365365
.. versionadded:: 2.3.0
366366
"""
367367
metricName = Param(Params._dummy(), "metricName",
368-
"metric name in evaluation "
369-
"(silhouette)",
368+
"metric name in evaluation (silhouette)",
370369
typeConverter=TypeConverters.toString)
371370

372371
@keyword_only

0 commit comments

Comments
 (0)