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

    https://github.com/apache/spark/pull/21465#discussion_r238808440
  
    --- Diff: python/pyspark/ml/classification.py ---
    @@ -1174,9 +1165,31 @@ def trees(self):
             return [DecisionTreeClassificationModel(m) for m in 
list(self._call_java("trees"))]
     
     
    +class GBTClassifierParams(GBTParams, HasVarianceImpurity):
    --- End diff --
    
    this should extend `TreeClassifierParams`


---

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

Reply via email to