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/01/28 12:57:55 UTC

[spark] branch master updated (8aebc80 -> 96d2727)

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 8aebc80  [SPARK-30625][SQL] Support `escape` as third parameter of the `like` function
     add 96d2727  [SPARK-30642][ML][PYSPARK] LinearSVC blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/serializer/KryoSerializer.scala   |   1 +
 .../scala/org/apache/spark/ml/linalg/BLAS.scala    |   1 -
 .../apache/spark/ml/classification/LinearSVC.scala |  51 +++++---
 .../org/apache/spark/ml/feature/Instance.scala     | 130 ++++++++++++++++++++-
 .../ml/optim/aggregator/HingeAggregator.scala      | 121 ++++++++++++++++---
 .../ml/param/shared/SharedParamsCodeGen.scala      |   6 +-
 .../spark/ml/param/shared/sharedParams.scala       |  19 +++
 .../spark/ml/classification/LinearSVCSuite.scala   |   2 +-
 .../apache/spark/ml/feature/InstanceSuite.scala    |  31 +++++
 .../ml/optim/aggregator/HingeAggregatorSuite.scala |  52 +++++++--
 python/pyspark/ml/classification.py                |  23 +++-
 python/pyspark/ml/param/_shared_params_code_gen.py |   5 +-
 python/pyspark/ml/param/shared.py                  |  18 +++
 13 files changed, 407 insertions(+), 53 deletions(-)


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