Github user manishamde commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2780#discussion_r18808651
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/mllib/tree/RandomForestSuite.scala ---
    @@ -93,7 +93,8 @@ class RandomForestSuite extends FunSuite with 
LocalSparkContext {
         val categoricalFeaturesInfo = Map.empty[Int, Int]
         val numTrees = 1
     
    -    val strategy = new Strategy(algo = Regression, impurity = Variance, 
maxDepth = 2,
    +    val strategy = new Strategy(algo = Regression, impurity = Variance,
    +      maxDepth = 2, maxBins = 10,
    --- End diff --
    
    very minor: extra whitespace can be removed.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to