You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by hu...@apache.org on 2020/07/16 18:14:42 UTC

[spark] branch master updated (d5c672a -> 383f5e9)

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

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


    from d5c672a  [SPARK-32315][ML] Provide an explanation error message when calling require
     add 383f5e9  [SPARK-32310][ML][PYSPARK] ML params default value parity in classification, regression, clustering and fpm

No new revisions were added by this update.

Summary of changes:
 .../spark/ml/classification/FMClassifier.scala     | 10 ----
 .../apache/spark/ml/classification/LinearSVC.scala | 12 ++---
 .../ml/classification/LogisticRegression.scala     | 14 ++----
 .../spark/ml/classification/NaiveBayes.scala       |  4 +-
 .../spark/ml/clustering/BisectingKMeans.scala      |  7 +--
 .../spark/ml/clustering/GaussianMixture.scala      |  8 +--
 .../org/apache/spark/ml/clustering/KMeans.scala    | 11 ++--
 .../scala/org/apache/spark/ml/clustering/LDA.scala | 11 ++--
 .../ml/clustering/PowerIterationClustering.scala   |  7 +--
 .../evaluation/BinaryClassificationEvaluator.scala |  4 +-
 .../MulticlassClassificationEvaluator.scala        |  8 +--
 .../MultilabelClassificationEvaluator.scala        |  6 +--
 .../spark/ml/evaluation/RankingEvaluator.scala     |  6 +--
 .../spark/ml/evaluation/RegressionEvaluator.scala  |  4 +-
 .../scala/org/apache/spark/ml/fpm/FPGrowth.scala   |  5 +-
 .../ml/regression/AFTSurvivalRegression.scala      | 11 ++--
 .../spark/ml/regression/LinearRegression.scala     | 15 ++----
 python/pyspark/ml/classification.py                | 58 ++++++++++++++--------
 python/pyspark/ml/clustering.py                    | 33 ++++++++----
 python/pyspark/ml/fpm.py                           |  7 ++-
 python/pyspark/ml/regression.py                    | 57 +++++++++++++--------
 21 files changed, 141 insertions(+), 157 deletions(-)


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