Skip to content

Commit b7024b1

Browse files
author
Ram Sriharsha
committed
cleanup
1 parent f0e2bfb commit b7024b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mllib/src/test/scala/org/apache/spark/ml/classification/OneVsRestSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class OneVsRestSuite extends SparkFunSuite with MLlibTestSparkContext {
106106
}
107107

108108
test("SPARK-8092: ensure label features and prediction cols are configurable") {
109-
val numClasses = 3
110109
val labelIndexer = new StringIndexer()
111110
.setInputCol("label")
112111
.setOutputCol("indexed")

0 commit comments

Comments
 (0)