File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,11 @@ new [`OneHotEncoderEstimator`](ml-features.html#onehotencoderestimator)
128128** Changes of behavior**
129129
130130* [ SPARK-21027] ( https://issues.apache.org/jira/browse/SPARK-21027 ) :
131- We are now setting the default parallelism used in ` OneVsRest ` to be 1 (i.e. serial). In 2.2 and
131+ The default parallelism used in ` OneVsRest ` is now set to 1 (i.e. serial). In ` 2.2 ` and
132132 earlier versions, the level of parallelism was set to the default threadpool size in Scala.
133+ * [ SPARK-22156] ( https://issues.apache.org/jira/browse/SPARK-22156 ) :
134+ The learning rate update for ` Word2Vec ` was incorrect when ` numIterations ` was set greater than
135+ ` 1 ` . This will cause training results to be different between ` 2.3 ` and earlier versions.
133136
134137## Previous Spark versions
135138
You can’t perform that action at this time.
0 commit comments