zhengruifeng commented on a change in pull request #26832: [SPARK-30202][ML][PYSPARK] impl QuantileTransform URL: https://github.com/apache/spark/pull/26832#discussion_r359141878
########## File path: docs/ml-features.md ########## @@ -1495,6 +1495,57 @@ for more details on the API. </div> +## QuantileTransform + +QuantileTransform provide a non-parametric transformation to map the data to another +distribution, currently both uniform and gaussian are supported. +This model transforms the features to follow a uniform or a gaussian distribution. Review comment: Yes, I will update this doc. ---------------------------------------------------------------- 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]
