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/08 02:07:21 UTC

[spark] branch master updated (ed73ed8 -> d7c7e37)

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 ed73ed8  [SPARK-28825][SQL][DOC] Documentation for Explain Command
     add d7c7e37  [SPARK-30381][ML] Refactor GBT to reuse treePoints for all trees

No new revisions were added by this update.

Summary of changes:
 .../ml/regression/DecisionTreeRegressor.scala      |  15 --
 .../main/scala/org/apache/spark/ml/tree/Node.scala |  18 +++
 .../scala/org/apache/spark/ml/tree/Split.scala     |   6 +-
 .../spark/ml/tree/impl/GradientBoostedTrees.scala  | 179 +++++++++++++++------
 .../apache/spark/ml/tree/impl/RandomForest.scala   | 124 +++++++-------
 5 files changed, 216 insertions(+), 126 deletions(-)


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