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

    https://github.com/apache/spark/pull/18118#discussion_r148197373
  
    --- Diff: 
mllib/src/test/scala/org/apache/spark/ml/classification/GBTClassifierSuite.scala
 ---
    @@ -354,6 +356,41 @@ class GBTClassifierSuite extends SparkFunSuite with 
MLlibTestSparkContext
       }
     
       
/////////////////////////////////////////////////////////////////////////////
    +  // Tests of feature subset strategy
    +  
/////////////////////////////////////////////////////////////////////////////
    +  test("Tests of feature subset strategy") {
    +    val numClasses = 2
    +    val gbt = new GBTClassifier()
    --- End diff --
    
    Removed stepSize , impurity and other  parameters 


---

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

Reply via email to