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 7b3f544  [SPARK-38757][BUILD][TEST] Update oracle-xe version from 
18.4.0 to 21.3.0
     add af942d7  [SPARK-38669][ML] Validate input dataset of ml.clustering and 
ml.recommendation

No new revisions were added by this update.

Summary of changes:
 .../spark/ml/clustering/BisectingKMeans.scala      |  20 ++--
 .../spark/ml/clustering/GaussianMixture.scala      |  20 ++--
 .../org/apache/spark/ml/clustering/KMeans.scala    |  18 ++-
 .../scala/org/apache/spark/ml/clustering/LDA.scala |  15 ++-
 .../ml/clustering/PowerIterationClustering.scala   |  28 ++---
 .../org/apache/spark/ml/recommendation/ALS.scala   |  57 +++++----
 .../org/apache/spark/ml/util/DatasetUtils.scala    |  15 ++-
 .../spark/ml/clustering/BisectingKMeansSuite.scala |   5 +
 .../spark/ml/clustering/GaussianMixtureSuite.scala |   5 +
 .../apache/spark/ml/clustering/KMeansSuite.scala   |   5 +
 .../org/apache/spark/ml/clustering/LDASuite.scala  |   4 +
 .../clustering/PowerIterationClusteringSuite.scala |   8 +-
 .../apache/spark/ml/recommendation/ALSSuite.scala  | 130 ++++++++++++++-------
 project/MimaExcludes.scala                         |   2 +
 14 files changed, 200 insertions(+), 132 deletions(-)

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

Reply via email to