This is an automated email from the ASF dual-hosted git repository. huaxingao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git.
from c6109ba [SPARK-32257][SQL] Reports explicit errors for invalid usage of SET/RESET command add bc78859 [SPARK-32310][ML][PYSPARK] ML params default value parity in feature and tuning No new revisions were added by this update. Summary of changes: .../org/apache/spark/ml/feature/Imputer.scala | 4 +- .../org/apache/spark/ml/feature/MinMaxScaler.scala | 4 +- .../apache/spark/ml/feature/OneHotEncoder.scala | 5 +- .../spark/ml/feature/QuantileDiscretizer.scala | 4 +- .../org/apache/spark/ml/feature/RFormula.scala | 6 +- .../org/apache/spark/ml/feature/RobustScaler.scala | 8 +- .../org/apache/spark/ml/feature/Selector.scala | 8 +- .../apache/spark/ml/feature/StringIndexer.scala | 6 +- .../apache/spark/ml/feature/VectorIndexer.scala | 6 +- .../org/apache/spark/ml/feature/VectorSlicer.scala | 6 +- .../org/apache/spark/ml/feature/Word2Vec.scala | 9 +- .../org/apache/spark/ml/tree/treeParams.scala | 16 +-- .../apache/spark/ml/tuning/CrossValidator.scala | 4 +- .../spark/ml/util/DefaultReadWriteTest.scala | 3 + python/pyspark/ml/classification.py | 56 +++++++--- python/pyspark/ml/clustering.py | 30 ++++-- python/pyspark/ml/feature.py | 120 +++++++++++++++++---- python/pyspark/ml/fpm.py | 9 +- python/pyspark/ml/recommendation.py | 20 ++-- python/pyspark/ml/regression.py | 60 +++++++---- python/pyspark/ml/tests/test_param.py | 8 +- python/pyspark/ml/tuning.py | 17 ++- 22 files changed, 274 insertions(+), 135 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org