You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2020/05/07 02:08:44 UTC

[spark] branch master updated (9bf7387 -> 052ff49)

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

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


    from 9bf7387  [SPARK-31365][SQL][FOLLOWUP] Refine config document for nested predicate pushdown
     add 052ff49  [SPARK-30659][ML][PYSPARK] LogisticRegression blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../scala/org/apache/spark/ml/impl/Utils.scala     |  16 +
 .../ml/classification/LogisticRegression.scala     | 812 ++++++++++++---------
 .../ml/optim/aggregator/HingeAggregator.scala      |  16 +-
 .../ml/optim/aggregator/LogisticAggregator.scala   | 246 ++++++-
 .../classification/LogisticRegressionSuite.scala   |  29 +
 .../ml/optim/aggregator/HingeAggregatorSuite.scala |   4 +-
 .../optim/aggregator/LogisticAggregatorSuite.scala |  69 +-
 python/pyspark/ml/classification.py                |  26 +-
 8 files changed, 856 insertions(+), 362 deletions(-)


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