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/02/09 05:15:52 UTC

[spark] branch master updated (e1cd4d9 -> a7ae77a)

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 e1cd4d9  [SPARK-29587][DOC][FOLLOWUP] Add `SQL` tab in the `Data Types` page
     add a7ae77a  [SPARK-30662][ML][PYSPARK] Put back the API changes for HasBlockSize in ALS/MLP

No new revisions were added by this update.

Summary of changes:
 .../MultilayerPerceptronClassifier.scala           | 22 +----------
 .../ml/param/shared/SharedParamsCodeGen.scala      |  6 ++-
 .../spark/ml/param/shared/sharedParams.scala       | 17 ++++++++
 .../org/apache/spark/ml/recommendation/ALS.scala   | 46 ++++++++++++++++------
 python/pyspark/ml/classification.py                | 22 ++++-------
 python/pyspark/ml/param/_shared_params_code_gen.py |  5 ++-
 python/pyspark/ml/param/shared.py                  | 17 ++++++++
 python/pyspark/ml/recommendation.py                | 29 +++++++++++---
 8 files changed, 109 insertions(+), 55 deletions(-)


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