Github user wangmiao1981 commented on a diff in the pull request:
https://github.com/apache/spark/pull/21097#discussion_r182829257
--- Diff:
mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala
---
@@ -365,6 +365,20 @@ class GBTClassifierSuite extends MLTest with
DefaultReadWriteTest {
assert(mostImportantFeature !== mostIF)
}
+ test("model evaluateEachIteration") {
+ for (lossType <- Seq("logistic")) {
--- End diff --
OK. It makes sense.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]