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

    https://github.com/apache/spark/pull/16017#discussion_r90072953
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala ---
    @@ -107,25 +107,41 @@ private[ml] trait DecisionTreeParams extends 
PredictorParams
       setDefault(maxDepth -> 5, maxBins -> 32, minInstancesPerNode -> 1, 
minInfoGain -> 0.0,
         maxMemoryInMB -> 256, cacheNodeIds -> false, checkpointInterval -> 10)
     
    -  /** @group setParam */
    +  /**
    +   * @deprecated This method is deprecated and will be removed in 2.2.0.
    +   * @group setParam
    +   */
    +  @deprecated("This method is deprecated and will be removed in 2.2.0.", 
"2.1.0")
    --- End diff --
    
    Great, thank you for checking!


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to