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/01/30 16:54:40 UTC

[spark] branch master updated (561e9b9 -> 073ce12)

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 561e9b9  [SPARK-30674][INFRA] Use python3 in dev/lint-python
     add 073ce12  [SPARK-30659][ML][PYSPARK] LogisticRegression blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ml/classification/LinearSVC.scala |   4 +-
 .../ml/classification/LogisticRegression.scala     |  58 +++--
 .../ml/optim/aggregator/HingeAggregator.scala      |  31 +--
 .../ml/optim/aggregator/LogisticAggregator.scala   | 252 ++++++++++++++++++---
 .../ml/param/shared/SharedParamsCodeGen.scala      |   4 +-
 .../spark/ml/param/shared/sharedParams.scala       |  12 +-
 .../mllib/classification/LogisticRegression.scala  |   4 +-
 .../classification/LogisticRegressionSuite.scala   |   4 +-
 .../optim/aggregator/LogisticAggregatorSuite.scala |  56 ++++-
 python/pyspark/ml/classification.py                |  34 ++-
 python/pyspark/ml/param/_shared_params_code_gen.py |   2 +-
 python/pyspark/ml/param/shared.py                  |   2 +-
 12 files changed, 350 insertions(+), 113 deletions(-)


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