zhengruifeng commented on a change in pull request #20732: [SPARK-23578][ML]
Add multicolumn support for Binarizer
URL: https://github.com/apache/spark/pull/20732#discussion_r327005456
##########
File path:
mllib/src/test/scala/org/apache/spark/ml/feature/BinarizerSuite.scala
##########
@@ -101,6 +163,23 @@ class BinarizerSuite extends MLTest with
DefaultReadWriteTest {
}
}
+ test("multiple column: Binarize vector of continuous features with setter") {
Review comment:
I think one suite with both double and vector columns is enough.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]