SparkQA commented on issue #23676: [SPARK-26754][PYTHON] Add hasTrainingSummary to replace duplicate code in PySpark URL: https://github.com/apache/spark/pull/23676#issuecomment-458338704 **[Test build #101774 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/101774/testReport)** for PR 23676 at commit [`1d70ad1`](https://github.com/apache/spark/commit/1d70ad19f635f75ee8f30a54d8442da694f67042). * This patch **fails PySpark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class LogisticRegressionModel(JavaModel, JavaClassificationModel, JavaMLWritable, JavaMLReadable,` * `class GaussianMixtureModel(JavaModel, JavaMLWritable, JavaMLReadable, HasTrainingSummary):` * `class KMeansModel(JavaModel, GeneralJavaMLWritable, JavaMLReadable, HasTrainingSummary):` * `class BisectingKMeansModel(JavaModel, JavaMLWritable, JavaMLReadable, HasTrainingSummary):` * `class LinearRegressionModel(JavaModel, JavaPredictionModel, GeneralJavaMLWritable, JavaMLReadable,` * `class HasTrainingSummary(object):`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
