You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/01/13 14:25:34 UTC

[spark] branch master updated (d6e28f2 -> f77dcfc)

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from d6e28f2  [SPARK-30377][ML] Make Regressors extend abstract class Regressor
     add f77dcfc  [SPARK-30351][ML][PYSPARK] BisectingKMeans support instance weighting

No new revisions were added by this update.

Summary of changes:
 .../spark/ml/clustering/BisectingKMeans.scala      |  40 +++++--
 .../spark/mllib/clustering/BisectingKMeans.scala   |  48 +++++---
 .../spark/mllib/clustering/DistanceMeasure.scala   |  36 ++----
 .../org/apache/spark/mllib/clustering/KMeans.scala |  28 ++---
 .../spark/ml/clustering/BisectingKMeansSuite.scala | 128 +++++++++++++++++++++
 python/pyspark/ml/clustering.py                    |  31 +++--
 6 files changed, 241 insertions(+), 70 deletions(-)


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