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/29 15:00:47 UTC

[spark] branch master updated (5eab8d2 -> 40e6a5b)

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 5eab8d2  [SPARK-32477][CORE] JsonProtocol.accumulablesToJson should be deterministic
     add 40e6a5b  [SPARK-32449][ML][PYSPARK] Add summary to MultilayerPerceptronClassificationModel

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/spark/ml/ann/Layer.scala | 11 ++-
 .../MultilayerPerceptronClassifier.scala           | 93 +++++++++++++++++++++-
 .../scala/org/apache/spark/ml/ann/ANNSuite.scala   |  4 +-
 .../MultilayerPerceptronClassifierSuite.scala      | 32 ++++++++
 python/docs/source/reference/pyspark.ml.rst        |  2 +
 python/pyspark/ml/classification.py                | 49 +++++++++++-
 python/pyspark/ml/tests/test_training_summary.py   | 45 ++++++++++-
 7 files changed, 222 insertions(+), 14 deletions(-)


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