This is an automated email from the ASF dual-hosted git repository.

srowen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from fb1f868  [SPARK-28776][ML] SparkML Writer gets hadoop conf from 
session state
     add defb65e  [SPARK-13677][ML] Implement Tree-Based Feature Transformation 
for ML

No new revisions were added by this update.

Summary of changes:
 .../ml/classification/DecisionTreeClassifier.scala | 20 ++++-
 .../spark/ml/classification/GBTClassifier.scala    | 18 ++++-
 .../classification/ProbabilisticClassifier.scala   |  2 +-
 .../ml/classification/RandomForestClassifier.scala | 20 ++++-
 .../ml/regression/DecisionTreeRegressor.scala      | 13 +--
 .../apache/spark/ml/regression/GBTRegressor.scala  | 33 ++++++--
 .../ml/regression/RandomForestRegressor.scala      | 33 ++++++--
 .../org/apache/spark/ml/tree/treeModels.scala      | 38 +++++++--
 .../org/apache/spark/ml/tree/treeParams.scala      | 92 +++++++++++++++++++---
 .../DecisionTreeClassifierSuite.scala              | 20 ++++-
 .../ml/classification/GBTClassifierSuite.scala     | 25 +++++-
 .../RandomForestClassifierSuite.scala              | 24 +++++-
 .../ml/regression/DecisionTreeRegressorSuite.scala | 18 ++++-
 .../spark/ml/regression/GBTRegressorSuite.scala    | 18 +++++
 .../ml/regression/RandomForestRegressorSuite.scala | 18 +++++
 .../org/apache/spark/ml/tree/impl/TreeTests.scala  | 76 +++++++++++++++++-
 16 files changed, 415 insertions(+), 53 deletions(-)


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

Reply via email to