zhengruifeng commented on issue #26064: [SPARK-23578][ML][PYSPARK] Binarizer 
support multi-column
URL: https://github.com/apache/spark/pull/26064#issuecomment-541599273
 
 
   @huaxingao I think it should contain two points:
   1, multi-column version is widely used;
   2, it is more efficient than process columns one by one;
   
   As to this PR, since `Bucketizer` supports multi-cols, and `Binarizer` is 
very similar to it. So I think it is reasonable to impl multi-cols support for 
`Binarizer`.

----------------------------------------------------------------
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]

Reply via email to