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

[spark] branch master updated (61ee5d8 -> 6244407)

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

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


    from 61ee5d8  [WIP] Test (#30327)
     add 6244407  Revert "[WIP] Test (#30327)"

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     | 72 -----------------
 .../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, 87 insertions(+), 225 deletions(-)


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