File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
mllib/src/test/scala/org/apache/spark/ml/classification Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717
1818package org .apache .spark .ml .classification
1919
20- import org .scalatest .FunSuite
21-
20+ import org .apache .spark .SparkFunSuite
2221import org .apache .spark .ml .attribute .NominalAttribute
2322import org .apache .spark .ml .util .MetadataUtils
2423import org .apache .spark .mllib .classification .LogisticRegressionWithLBFGS
@@ -30,7 +29,7 @@ import org.apache.spark.mllib.util.TestingUtils._
3029import org .apache .spark .rdd .RDD
3130import org .apache .spark .sql .DataFrame
3231
33- class OneVsRestSuite extends FunSuite with MLlibTestSparkContext {
32+ class OneVsRestSuite extends SparkFunSuite with MLlibTestSparkContext {
3433
3534 @ transient var dataset : DataFrame = _
3635 @ transient var rdd : RDD [LabeledPoint ] = _
You can’t perform that action at this time.
0 commit comments