zhengruifeng commented on issue #21942: [SPARK-24283][ML] Make ml.StandardScaler skip conversion of Spar… URL: https://github.com/apache/spark/pull/21942#issuecomment-512070704 @srowen After the crrently merged pr [Make the transform natively in ml framework to avoid extra conversion](https://github.com/apache/spark/pull/24963), `StandardScaler` can now skip the conversion .ml.vector => .mllib.vector And in [RobustScaler](https://github.com/apache/spark/pull/25160), I am to make the transformation more common, so that `RobustScaler` can reuse the function.
---------------------------------------------------------------- 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]
