Repository: spark
Updated Branches:
  refs/heads/branch-2.0 afa14b71b -> 591bf7909


[MINOR][MLLIB] move setCheckpointInterval to non-expert setters

## What changes were proposed in this pull request?

The `checkpointInterval` is a non-expert param. This PR moves its setter to 
non-expert group.

Author: Xiangrui Meng <m...@databricks.com>

Closes #13813 from mengxr/checkpoint-non-expert.

(cherry picked from commit 918c91954fb46400ce2c5ab066d2ec0ae48dda4a)
Signed-off-by: Xiangrui Meng <m...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/591bf790
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/591bf790
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/591bf790

Branch: refs/heads/branch-2.0
Commit: 591bf79093933429d4a5d0b0797961f9eb9566eb
Parents: afa14b7
Author: Xiangrui Meng <m...@databricks.com>
Authored: Tue Jun 21 13:35:06 2016 -0700
Committer: Xiangrui Meng <m...@databricks.com>
Committed: Tue Jun 21 13:35:13 2016 -0700

----------------------------------------------------------------------
 mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/591bf790/mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala
----------------------------------------------------------------------
diff --git a/mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala 
b/mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala
index d7559f8..57c7e44 100644
--- a/mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala
+++ b/mllib/src/main/scala/org/apache/spark/ml/tree/treeParams.scala
@@ -151,7 +151,7 @@ private[ml] trait DecisionTreeParams extends PredictorParams
    * [[org.apache.spark.SparkContext]].
    * Must be >= 1.
    * (default = 10)
-   * @group expertSetParam
+   * @group setParam
    */
   def setCheckpointInterval(value: Int): this.type = set(checkpointInterval, 
value)
 


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

Reply via email to