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/06/20 13:45:02 UTC

[spark] branch master updated (93529a8 -> 297016e)

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 93529a8  [SPARK-31957][SQL] Cleanup hive scratch dir for the developer api startWithContext
     add 297016e  [SPARK-31893][ML] Add a generic ClassificationSummary trait

No new revisions were added by this update.

Summary of changes:
 .../ml/classification/ClassificationSummary.scala  | 246 ++++++++++
 .../ml/classification/LogisticRegression.scala     | 225 +--------
 .../classification/LogisticRegressionSuite.scala   |   4 +-
 project/MimaExcludes.scala                         |  29 +-
 python/pyspark/ml/classification.py                | 505 +++++++++++----------
 5 files changed, 543 insertions(+), 466 deletions(-)
 create mode 100644 mllib/src/main/scala/org/apache/spark/ml/classification/ClassificationSummary.scala


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