SparkQA commented on issue #26832: [SPARK-30202][ML][PYSPARK] impl QuantileTransform URL: https://github.com/apache/spark/pull/26832#issuecomment-563992276 **[Test build #115102 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115102/testReport)** for PR 26832 at commit [`7572919`](https://github.com/apache/spark/commit/7572919ffb35631f2e8d6a89d3f8122c506e7442). * This patch **fails Python style tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `public class JavaQuantileTransformExample ` * `class QuantileTransform(override val uid: String)` * ` class QuantileTransformModelWriter(instance: QuantileTransformModel) extends MLWriter ` * `class _QuantileTransformParams(HasInputCol, HasOutputCol, HasRelativeError):` * `class QuantileTransform(JavaEstimator, _QuantileTransformParams, JavaMLReadable, JavaMLWritable):` * `class QuantileTransformModel(JavaModel, _QuantileTransformParams, JavaMLReadable, JavaMLWritable):`
---------------------------------------------------------------- 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]
