File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
mllib/src/main/scala/org/apache/spark/ml Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ sealed abstract class SummaryBuilder {
75
75
* val Row(meanVec) = meanDF.first()
76
76
* }}}
77
77
*
78
- * Note: Currently, the performance of this interface is about 2x~3x slower then using the RDD
78
+ * Note: Currently, the performance of this interface is about 2x~3x slower than using the RDD
79
79
* interface.
80
80
*/
81
81
@ Experimental
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class TrainValidationSplit @Since("1.5.0") (@Since("1.5.0") override val uid: St
93
93
def setSeed (value : Long ): this .type = set(seed, value)
94
94
95
95
/**
96
- * Set the mamixum level of parallelism to evaluate models in parallel.
96
+ * Set the maximum level of parallelism to evaluate models in parallel.
97
97
* Default is 1 for serial evaluation
98
98
*
99
99
* @group expertSetParam
@@ -112,7 +112,8 @@ class TrainValidationSplit @Since("1.5.0") (@Since("1.5.0") override val uid: St
112
112
* for more information.
113
113
*
114
114
* @group expertSetParam
115
- */ @ Since (" 2.3.0" )
115
+ */
116
+ @ Since (" 2.3.0" )
116
117
def setCollectSubModels (value : Boolean ): this .type = set(collectSubModels, value)
117
118
118
119
@ Since (" 2.0.0" )
You can’t perform that action at this time.
0 commit comments