You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/12/18 03:54:58 UTC

[GitHub] [spark] zhengruifeng commented on a change in pull request #26832: [SPARK-30202][ML][PYSPARK] impl QuantileTransform

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org