Skip to content

Commit f1091b3

Browse files
committed
typo
1 parent 228a9f4 commit f1091b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/evaluation/BinaryClassificationEvaluator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class BinaryClassificationEvaluator extends Evaluator with Params
6161
case "areaUnderPR" =>
6262
metrics.areaUnderPR()
6363
case other =>
64-
throw new IllegalArgumentException(s"Do not support metric $other.")
64+
throw new IllegalArgumentException(s"Does not support metric $other.")
6565
}
6666
metrics.unpersist()
6767
metric

0 commit comments

Comments
 (0)