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/15 17:16:17 UTC

[spark] branch master updated (cf22d94 -> b05f309)

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

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


    from cf22d94  [SPARK-32036] Replace references to blacklist/whitelist language with more appropriate terminology, excluding the blacklisting feature
     add b05f309  [SPARK-32140][ML][PYSPARK] Add training summary to FMClassificationModel

No new revisions were added by this update.

Summary of changes:
 .../spark/ml/classification/FMClassifier.scala     | 100 ++++++++++++++++++++-
 .../apache/spark/ml/regression/FMRegressor.scala   |  10 +--
 .../spark/mllib/optimization/GradientDescent.scala |  45 ++++++----
 .../apache/spark/mllib/optimization/LBFGS.scala    |  11 ++-
 .../ml/classification/FMClassifierSuite.scala      |  26 ++++++
 python/pyspark/ml/classification.py                |  48 +++++++++-
 python/pyspark/ml/tests/test_training_summary.py   |  49 +++++++++-
 7 files changed, 257 insertions(+), 32 deletions(-)


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