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/01/23 08:45:53 UTC

[spark] branch master updated (2330a56 -> f35f352)

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 2330a56  [SPARK-30607][SQL][PYSPARK][SPARKR] Add overlay wrappers for SparkR and PySpark
     add f35f352  [SPARK-30543][ML][PYSPARK][R] RandomForest add Param bootstrap to control sampling method

No new revisions were added by this update.

Summary of changes:
 R/pkg/R/mllib_tree.R                                 |  9 ++++++---
 R/pkg/tests/fulltests/test_mllib_tree.R              |  2 +-
 .../ml/classification/DecisionTreeClassifier.scala   |  1 +
 .../ml/classification/RandomForestClassifier.scala   |  7 ++++++-
 .../ml/r/RandomForestClassificationWrapper.scala     |  4 +++-
 .../spark/ml/r/RandomForestRegressionWrapper.scala   |  4 +++-
 .../spark/ml/regression/AFTSurvivalRegression.scala  |  2 +-
 .../spark/ml/regression/DecisionTreeRegressor.scala  |  2 +-
 .../org/apache/spark/ml/regression/FMRegressor.scala |  2 +-
 .../apache/spark/ml/regression/GBTRegressor.scala    |  1 -
 .../spark/ml/regression/RandomForestRegressor.scala  |  8 ++++++--
 .../org/apache/spark/ml/tree/impl/BaggedPoint.scala  | 18 +++++++++++-------
 .../spark/ml/tree/impl/GradientBoostedTrees.scala    |  5 +++--
 .../org/apache/spark/ml/tree/impl/RandomForest.scala |  4 +---
 .../scala/org/apache/spark/ml/tree/treeParams.scala  | 14 ++++++++++++++
 .../org/apache/spark/mllib/tree/RandomForest.scala   |  8 +++++++-
 .../spark/mllib/tree/configuration/Strategy.scala    |  3 ++-
 .../classification/RandomForestClassifierSuite.scala |  5 ++++-
 .../ml/regression/RandomForestRegressorSuite.scala   |  2 ++
 python/pyspark/ml/classification.py                  | 20 +++++++++++++++-----
 python/pyspark/ml/regression.py                      | 20 +++++++++++++++-----
 python/pyspark/ml/tree.py                            | 12 +++++++++++-
 22 files changed, 114 insertions(+), 39 deletions(-)


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