Skip to content
Snippets Groups Projects
Commit 918c9195 authored by Xiangrui Meng's avatar Xiangrui Meng
Browse files

[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 <meng@databricks.com>

Closes #13813 from mengxr/checkpoint-non-expert.
parent c399c7f0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment