We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e2bfb commit b7024b1Copy full SHA for b7024b1
mllib/src/test/scala/org/apache/spark/ml/classification/OneVsRestSuite.scala
@@ -106,7 +106,6 @@ class OneVsRestSuite extends SparkFunSuite with MLlibTestSparkContext {
106
}
107
108
test("SPARK-8092: ensure label features and prediction cols are configurable") {
109
- val numClasses = 3
110
val labelIndexer = new StringIndexer()
111
.setInputCol("label")
112
.setOutputCol("indexed")
0 commit comments