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

    https://github.com/apache/spark/pull/18118#discussion_r148063169
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/classification/GBTClassifier.scala ---
    @@ -192,6 +197,10 @@ object GBTClassifier extends 
DefaultParamsReadable[GBTClassifier] {
     
       @Since("2.0.0")
       override def load(path: String): GBTClassifier = super.load(path)
    +
    +  @Since("2.3.0")
    +  final val supportedFeatureSubsetStrategies: Array[String] =
    --- End diff --
    
    I know this exists for RandomForest but I don't see a need for it. The 
supported options can be obtained through the param doc. I prefer to leave it 
out.


---

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

Reply via email to