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-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org