You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/11/12 11:17:55 UTC

[spark] branch master updated (4335af0 -> a288716)

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

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


    from 4335af0  [MINOR][DOC] spark.executor.memoryOverhead is not cluster-mode only
     add a288716  [SPARK-32907][ML][PYTHON] adaptively blockify instances - LinearSVC

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ml/classification/LinearSVC.scala | 93 +++++++---------------
 .../org/apache/spark/ml/feature/Instance.scala     | 71 +++++++++++++++++
 .../ml/param/shared/SharedParamsCodeGen.scala      |  7 +-
 .../spark/ml/param/shared/sharedParams.scala       | 18 +++++
 .../spark/ml/classification/LinearSVCSuite.scala   |  4 +-
 .../apache/spark/ml/feature/InstanceSuite.scala    | 54 +++++++++++++
 python/pyspark/ml/classification.py                | 26 +++---
 python/pyspark/ml/classification.pyi               |  9 ++-
 python/pyspark/ml/param/_shared_params_code_gen.py |  6 +-
 python/pyspark/ml/param/shared.py                  | 18 +++++
 python/pyspark/ml/param/shared.pyi                 |  5 ++
 11 files changed, 224 insertions(+), 87 deletions(-)


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