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

[spark] branch master updated (b3b2868 -> f8cfefa)

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 b3b2868  [SPARK-30418][ML] Make FM call super class method extractLabeledPoints
     add f8cfefa  [SPARK-9612][ML][FOLLOWUP] fix GBT support weights if subsamplingRate<1

No new revisions were added by this update.

Summary of changes:
 .../ml/classification/DecisionTreeClassifier.scala | 16 -----
 .../apache/spark/ml/tree/impl/BaggedPoint.scala    |  6 +-
 .../spark/ml/tree/impl/GradientBoostedTrees.scala  | 17 +++---
 .../apache/spark/ml/tree/impl/RandomForest.scala   | 68 +++++++++++++---------
 .../ml/classification/GBTClassifierSuite.scala     | 17 +++---
 .../spark/ml/regression/GBTRegressorSuite.scala    | 16 ++---
 .../spark/ml/tree/impl/BaggedPointSuite.scala      |  3 +-
 7 files changed, 74 insertions(+), 69 deletions(-)


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