SparkQA commented on issue #25859: [SPARK-29142][PYTHON][ML] Pyspark clustering 
models support column setters/getters/predict
URL: https://github.com/apache/spark/pull/25859#issuecomment-533331259
 
 
   **[Test build #111028 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/111028/testReport)**
 for PR 25859 at commit 
[`7acada0`](https://github.com/apache/spark/commit/7acada05dff24f55b5edcc9cb62141390f14560e).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `class GaussianMixtureParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasPredictionCol,`
     * `class GaussianMixtureModel(JavaModel, GaussianMixtureParams, 
JavaMLWritable, JavaMLReadable,`
     * `class GaussianMixture(JavaEstimator, GaussianMixtureParams, 
JavaMLWritable, JavaMLReadable):`
     * `class KMeansParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasPredictionCol, HasTol,`
     * `class KMeansModel(JavaModel, KMeansParams, GeneralJavaMLWritable, 
JavaMLReadable,`
     * `class KMeans(JavaEstimator, KMeansParams, JavaMLWritable, 
JavaMLReadable):`
     * `class BisectingKMeansParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasPredictionCol,`
     * `class BisectingKMeansModel(JavaModel, BisectingKMeansParams, 
JavaMLWritable, JavaMLReadable,`
     * `class BisectingKMeans(JavaEstimator, BisectingKMeansParams, 
JavaMLWritable, JavaMLReadable):`
     * `class LDAParams(HasMaxIter, HasFeaturesCol, HasSeed, 
HasCheckpointInterval):`
     * `class LDAModel(JavaModel, LDAParams):`
     * `class LDA(JavaEstimator, LDAParams, JavaMLReadable, JavaMLWritable):`
     * `class PowerIterationClusteringParams(HasMaxIter, HasWeightCol):`
     * `class PowerIterationClustering(PowerIterationClusteringParams, 
JavaParams, JavaMLReadable,`

----------------------------------------------------------------
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]

Reply via email to