Skip to content

Commit 581fc5b

Browse files
committed
fix errors
1 parent 7f2dd31 commit 581fc5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/tuning/CrossValidator.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import org.apache.spark.ml.feature.RFormulaModel
3232
import org.apache.spark.ml.param._
3333
import org.apache.spark.ml.param.shared.HasSeed
3434
import org.apache.spark.ml.util._
35+
import org.apache.spark.ml.util.DefaultParamsReader.Metadata
3536
import org.apache.spark.mllib.util.MLUtils
3637
import org.apache.spark.sql.DataFrame
3738
import org.apache.spark.sql.types.StructType

mllib/src/main/scala/org/apache/spark/ml/tuning/TrainValidationSplit.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ package org.apache.spark.ml.tuning
2020
import org.apache.hadoop.fs.Path
2121
import org.json4s.DefaultFormats
2222

23-
import org.apache.spark.Logging
2423
import org.apache.spark.annotation.{Experimental, Since}
2524
import org.apache.spark.internal.Logging
2625
import org.apache.spark.ml.{Estimator, Model}

0 commit comments

Comments
 (0)