Skip to content

Commit 0fc43e1

Browse files
committed
comment update
1 parent 4c51912 commit 0fc43e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mllib/src/main/scala/org/apache/spark/ml/tuning/CrossValidator.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class CrossValidator @Since("1.2.0") (@Since("1.4.0") override val uid: String)
9292
def setSeed(value: Long): this.type = set(seed, value)
9393

9494
/**
95-
* If set, all the models fitted during the cross validation will be saved
95+
* If set, all the models fitted during the cross validation will be preserved
9696
* under the specific directory path. By default the models will not be saved.
9797
*
9898
* @group expertSetParam

mllib/src/main/scala/org/apache/spark/ml/tuning/TrainValidationSplit.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class TrainValidationSplit @Since("1.5.0") (@Since("1.5.0") override val uid: St
8888
def setSeed(value: Long): this.type = set(seed, value)
8989

9090
/**
91-
* If set, all the models fitted during the cross validation will be saved
91+
* If set, all the models fitted during the training will be preserved
9292
* under the specific directory path. By default the models will not be saved.
9393
*
9494
* @group expertSetParam

0 commit comments

Comments
 (0)