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 1474ed0  [SPARK-29562][SQL] Speed up and slim down metric aggregation 
in SQL listener
     add 091cbc3  [SPARK-9612][ML] Add instance weight support for GBTs

No new revisions were added by this update.

Summary of changes:
 .../spark/ml/classification/Classifier.scala       |   2 +-
 .../spark/ml/classification/GBTClassifier.scala    |  68 +++++-----
 .../org/apache/spark/ml/feature/Instance.scala     |   2 +-
 .../ml/regression/DecisionTreeRegressor.scala      |   7 +-
 .../apache/spark/ml/regression/GBTRegressor.scala  |  48 ++++---
 .../spark/ml/tree/impl/GradientBoostedTrees.scala  | 144 ++++++++++++---------
 .../spark/mllib/tree/GradientBoostedTrees.scala    |  17 ++-
 .../ml/classification/GBTClassifierSuite.scala     |  61 +++++++--
 .../classification/LogisticRegressionSuite.scala   |   2 -
 .../spark/ml/regression/GBTRegressorSuite.scala    |  51 +++++++-
 .../ml/tree/impl/GradientBoostedTreesSuite.scala   |  25 ++--
 11 files changed, 261 insertions(+), 166 deletions(-)


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

Reply via email to