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 36e71e3 commit 59987ccCopy full SHA for 59987cc
mllib/src/test/scala/org/apache/spark/ml/tuning/CrossValidatorSuite.scala
@@ -56,11 +56,7 @@ class CrossValidatorSuite extends SparkFunSuite with MLlibTestSparkContext {
56
val parent = cvModel.bestModel.parent.asInstanceOf[LogisticRegression]
57
assert(parent.getRegParam === 0.001)
58
assert(parent.getMaxIter === 10)
59
-<<<<<<< HEAD
60
- assert(cvModel.avgMetrics.length == lrParamMaps.length)
61
-=======
62
- assert(cvModel.crossValidationMetrics.length == 4)
63
->>>>>>> rebasing
+ assert(cvModel.avgMetrics.length === lrParamMaps.length)
64
}
65
66
test("validateParams should check estimatorParamMaps") {
0 commit comments