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/24 16:59:16 UTC

[spark] branch branch-3.0 updated (f50432f -> 8a52bda)

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

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


    from f50432f  [SPARK-32363][PYTHON][BUILD][3.0] Fix flakiness in pip package testing in Jenkins
     add 8a52bda  [SPARK-32310][ML][PYSPARK][3.0] ML params default value parity

No new revisions were added by this update.

Summary of changes:
 .../spark/ml/classification/FMClassifier.scala     |  10 --
 .../apache/spark/ml/classification/LinearSVC.scala |  11 +--
 .../ml/classification/LogisticRegression.scala     |  13 +--
 .../spark/ml/classification/NaiveBayes.scala       |   4 +-
 .../spark/ml/clustering/BisectingKMeans.scala      |   7 +-
 .../spark/ml/clustering/GaussianMixture.scala      |   7 +-
 .../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 +-
 .../apache/spark/ml/feature/ChiSqSelector.scala    |   9 +-
 .../org/apache/spark/ml/feature/Imputer.scala      |   4 +-
 .../org/apache/spark/ml/feature/MinMaxScaler.scala |   4 +-
 .../apache/spark/ml/feature/OneHotEncoder.scala    |   5 +-
 .../spark/ml/feature/QuantileDiscretizer.scala     |   4 +-
 .../org/apache/spark/ml/feature/RFormula.scala     |   6 +-
 .../org/apache/spark/ml/feature/RobustScaler.scala |   8 +-
 .../apache/spark/ml/feature/StringIndexer.scala    |   6 +-
 .../apache/spark/ml/feature/VectorIndexer.scala    |   6 +-
 .../org/apache/spark/ml/feature/VectorSlicer.scala |   6 +-
 .../org/apache/spark/ml/feature/Word2Vec.scala     |   9 +-
 .../scala/org/apache/spark/ml/fpm/FPGrowth.scala   |   5 +-
 .../ml/regression/AFTSurvivalRegression.scala      |  10 +-
 .../spark/ml/regression/LinearRegression.scala     |  14 +--
 .../org/apache/spark/ml/tree/treeParams.scala      |  16 +--
 .../spark/ml/util/DefaultReadWriteTest.scala       |   3 +
 python/pyspark/ml/classification.py                |  86 +++++++++++-----
 python/pyspark/ml/clustering.py                    |  43 ++++++--
 python/pyspark/ml/feature.py                       | 110 ++++++++++++++++++---
 python/pyspark/ml/fpm.py                           |  12 ++-
 python/pyspark/ml/recommendation.py                |  20 ++--
 python/pyspark/ml/regression.py                    |  88 ++++++++++++-----
 python/pyspark/ml/tests/test_param.py              |   7 +-
 python/pyspark/ml/tuning.py                        |  16 ++-
 38 files changed, 368 insertions(+), 238 deletions(-)


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