zhengruifeng commented on issue #25256: [SPARK-28514][ML] Remove the redundant transformImpl method in RF & GBT URL: https://github.com/apache/spark/pull/25256#issuecomment-517611401 @srowen The `transform` method (which need override `transformImpl`) defined in `PredictionModel` is overrided by the the one (which need override `predict`/`predictRaw`/...) define in `ProbabilisticClassificationModel`. <img width="408" alt="图片" src="https://user-images.githubusercontent.com/7322292/62356011-b58e9480-b542-11e9-973a-5bc9dfe23f03.png">
---------------------------------------------------------------- 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]
