[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2017-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14547 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2017-03-20 Thread facaiy
Github user facaiy commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r107077783 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,155 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2017-03-15 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r106311077 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,155 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2017-03-13 Thread facaiy
Github user facaiy commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r105814881 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,155 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2017-03-12 Thread facaiy
Github user facaiy commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r105576961 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,155 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-10-13 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r83285393 --- Diff: python/pyspark/ml/regression.py --- @@ -1003,20 +1003,20 @@ class GBTRegressor(JavaEstimator, HasFeaturesCol, HasLabelCol, HasPredictionCol,

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-10-13 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r83278154 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/GBTSuiteHelper.scala --- @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-10-13 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r83278169 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/GBTSuiteHelper.scala --- @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-10-13 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r83277784 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/GBTSuiteHelper.scala --- @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-10-13 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r83277146 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala --- @@ -223,15 +278,18 @@ private object GBTClassifierSuite extend

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-15 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r79018142 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala --- @@ -223,15 +278,18 @@ private object GBTClassifierSuite ext

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-15 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r79018157 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/GBTSuiteHelper.scala --- @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-15 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r79018152 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/GBTSuiteHelper.scala --- @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-15 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r79018148 --- Diff: mllib/src/test/scala/org/apache/spark/ml/util/GBTSuiteHelper.scala --- @@ -0,0 +1,271 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78485087 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -465,33 +497,64 @@ private[ml] trait GBTParams extends TreeEnsembleParams with

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78485063 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -465,33 +497,64 @@ private[ml] trait GBTParams extends TreeEnsembleParams with

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78485041 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -501,36 +564,75 @@ private[ml] trait GBTClassifierParams extends GBTParams wit

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484998 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -465,33 +497,64 @@ private[ml] trait GBTParams extends TreeEnsembleParams with

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484752 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -220,32 +222,42 @@ private[ml] object TreeClassifierParams { final val s

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484742 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -183,24 +191,18 @@ private[ml] trait DecisionTreeParams extends PredictorParam

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484674 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -183,24 +191,18 @@ private[ml] trait DecisionTreeParams extends PredictorParam

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484559 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484507 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -183,24 +191,18 @@ private[ml] trait DecisionTreeParams extends PredictorParam

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484182 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484135 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78484048 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala --- @@ -258,11 +258,13 @@ private[spark] object GradientBoostedTrees

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78483990 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala --- @@ -258,11 +258,13 @@ private[spark] object GradientBoostedTrees

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78483380 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/DTStatsAggregator.scala --- @@ -33,11 +34,13 @@ private[spark] class DTStatsAggregator(

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78482838 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala --- @@ -134,11 +146,15 @@ class GBTRegressor @Since("1.4.0") (@Since("1.4.0")

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78482844 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala --- @@ -17,13 +17,13 @@ package org.apache.spark.ml.regression

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78482842 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala --- @@ -38,25 +38,35 @@ import org.apache.spark.sql.{DataFrame, Dataset}

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78482846 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -148,11 +154,14 @@ class GBTClassifier @Since("1.4.0") (

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78481662 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -42,18 +42,30 @@ import org.apache.spark.sql.types.DoubleType

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-09-12 Thread vlad17
Github user vlad17 commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r78481687 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -42,18 +42,30 @@ import org.apache.spark.sql.types.DoubleType

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523869 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -465,33 +497,64 @@ private[ml] trait GBTParams extends TreeEnsembleParams w

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523882 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -465,33 +497,64 @@ private[ml] trait GBTParams extends TreeEnsembleParams w

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523887 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -465,33 +497,64 @@ private[ml] trait GBTParams extends TreeEnsembleParams w

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523858 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -220,32 +222,42 @@ private[ml] object TreeClassifierParams { final va

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523854 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -183,24 +191,18 @@ private[ml] trait DecisionTreeParams extends PredictorPa

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523871 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -501,36 +564,75 @@ private[ml] trait GBTClassifierParams extends GBTParams

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523781 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala --- @@ -17,13 +17,13 @@ package org.apache.spark.ml.regression

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523805 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/DTStatsAggregator.scala --- @@ -33,11 +34,13 @@ private[spark] class DTStatsAggregator(

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523815 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala --- @@ -258,11 +258,13 @@ private[spark] object GradientBoostedTre

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523794 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala --- @@ -38,25 +38,35 @@ import org.apache.spark.sql.{DataFrame, Dataset}

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523853 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -183,24 +191,18 @@ private[ml] trait DecisionTreeParams extends PredictorPa

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523850 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala --- @@ -183,24 +191,18 @@ private[ml] trait DecisionTreeParams extends PredictorPa

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523822 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523771 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -42,18 +42,30 @@ import org.apache.spark.sql.types.DoubleType

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523820 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523836 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impurity/ApproxBernoulliImpurity.scala --- @@ -0,0 +1,162 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523809 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/GradientBoostedTrees.scala --- @@ -258,11 +258,13 @@ private[spark] object GradientBoostedTre

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523798 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala --- @@ -134,11 +146,15 @@ class GBTRegressor @Since("1.4.0") (@Since("1.4.

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523785 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala --- @@ -38,25 +38,35 @@ import org.apache.spark.sql.{DataFrame, Dataset}

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523777 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -148,11 +154,14 @@ class GBTClassifier @Since("1.4.0") (

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost

2016-08-19 Thread jkbradley
Github user jkbradley commented on a diff in the pull request: https://github.com/apache/spark/pull/14547#discussion_r75523763 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala --- @@ -42,18 +42,30 @@ import org.apache.spark.sql.types.DoubleType

[GitHub] spark pull request #14547: [SPARK-16718][MLlib] gbm-style treeboost [WIP]

2016-08-08 Thread vlad17
GitHub user vlad17 opened a pull request: https://github.com/apache/spark/pull/14547 [SPARK-16718][MLlib] gbm-style treeboost [WIP] ## What changes were proposed in this pull request? This change adds TreeBoost functionality to `GBTClassifer` and `GBTRegressor`. The main ch