You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by imatiach-msft <gi...@git.apache.org> on 2018/08/14 22:07:43 UTC

[GitHub] spark pull request #21632: [SPARK-19591][ML][MLlib] Add sample weights to de...

Github user imatiach-msft commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21632#discussion_r209839725
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/DecisionTreeClassifier.scala ---
    @@ -66,6 +69,9 @@ class DecisionTreeClassifier @Since("1.4.0") (
       override def setMinInstancesPerNode(value: Int): this.type = set(minInstancesPerNode, value)
     
       /** @group setParam */
    +  @Since("2.2.0")
    --- End diff --
    
    need to change this version to 2.4.0


---

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