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: [email protected]
For additional commands, e-mail: [email protected]