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/07/01 13:10:39 UTC

[spark] branch master updated (15fb5d7 -> f7d9e3d)

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 15fb5d7  [SPARK-28169][SQL] Convert scan predicate condition to CNF
     add f7d9e3d  [SPARK-23631][ML][PYSPARK] Add summary to RandomForestClassificationModel

No new revisions were added by this update.

Summary of changes:
 .../ml/classification/ClassificationSummary.scala  |   2 +-
 .../spark/ml/classification/Classifier.scala       |  23 +++
 .../apache/spark/ml/classification/LinearSVC.scala |  21 ---
 .../ml/classification/LogisticRegression.scala     |  29 +---
 .../classification/ProbabilisticClassifier.scala   |  22 +++
 .../ml/classification/RandomForestClassifier.scala | 181 ++++++++++++++++++++-
 .../classification/LogisticRegressionSuite.scala   |   2 +-
 .../RandomForestClassifierSuite.scala              | 110 +++++++++++++
 python/pyspark/ml/classification.py                |  79 ++++++++-
 python/pyspark/ml/tests/test_training_summary.py   |  79 ++++++++-
 10 files changed, 496 insertions(+), 52 deletions(-)


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