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/11/12 02:24:57 UTC

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

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 9d58a2f  [MINOR][GRAPHX] Correct typos in the sub-modules: graphx, external, and examples
     add 61ee5d8  [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, 225 insertions(+), 87 deletions(-)


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