[GitHub] spark pull request #14336: Don't run over all numFeatures if debug log disab...

2016-07-24 Thread catap
GitHub user catap opened a pull request: https://github.com/apache/spark/pull/14336 Don't run over all numFeatures if debug log disabled ## What changes were proposed in this pull request? Very small changes that removes a lag on very big features vectors, when the machine

[GitHub] spark pull request #14336: Don't run over all numFeatures if debug log disab...

2016-07-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14336#discussion_r72011376 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala --- @@ -118,9 +118,11 @@ private[spark] object RandomForest extends Logging {

[GitHub] spark pull request #14336: Don't run over all numFeatures if debug log disab...

2016-07-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14336#discussion_r72011689 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala --- @@ -118,9 +118,11 @@ private[spark] object RandomForest extends Logging {

[GitHub] spark pull request #14336: Don't run over all numFeatures if debug log disab...

2016-07-25 Thread catap
Github user catap commented on a diff in the pull request: https://github.com/apache/spark/pull/14336#discussion_r72020086 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala --- @@ -118,9 +118,11 @@ private[spark] object RandomForest extends Logging {

[GitHub] spark pull request #14336: Don't run over all numFeatures if debug log disab...

2016-07-25 Thread catap
Github user catap commented on a diff in the pull request: https://github.com/apache/spark/pull/14336#discussion_r72020412 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala --- @@ -118,9 +118,11 @@ private[spark] object RandomForest extends Logging {

[GitHub] spark pull request #14336: Don't run over all numFeatures if debug log disab...

2016-07-25 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14336#discussion_r72023268 --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/impl/RandomForest.scala --- @@ -118,9 +118,11 @@ private[spark] object RandomForest extends Logging {

[GitHub] spark pull request #14336: Don't run over all numFeatures if debug log disab...

2016-07-25 Thread catap
Github user catap closed the pull request at: https://github.com/apache/spark/pull/14336 --- 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 enab