Skip to content

Commit 4433d9c

Browse files
author
Nick Pentreath
committed
Update behavior change items
1 parent b6fcf15 commit 4433d9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/ml-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)