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

    https://github.com/apache/spark/pull/18118#discussion_r149758719
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/ml/regression/GBTRegressor.scala ---
    @@ -173,6 +178,10 @@ object GBTRegressor extends 
DefaultParamsReadable[GBTRegressor] {
     
       @Since("2.0.0")
       override def load(path: String): GBTRegressor = super.load(path)
    +
    +  @Since("2.3.0")
    --- End diff --
    
    You removed this from the classifier but not here (as per 
https://github.com/apache/spark/pull/18118#discussion_r148063169)


---

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

Reply via email to