Skip to content

Commit ac2e50d

Browse files
author
Nick Pentreath
committed
Update migration guide
1 parent 5a3d87b commit ac2e50d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/ml-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ There are no deprecations.
8989
* [SPARK-19787](https://issues.apache.org/jira/browse/SPARK-19787):
9090
Default value of `regParam` changed from `1.0` to `0.1` for `ALS.train` method (marked `DeveloperApi`).
9191
**Note** this does _not affect_ the `ALS` Estimator or Model, nor MLlib's `ALS` class.
92-
92+
* [SPARK-14772](https://issues.apache.org/jira/browse/SPARK-14772):
93+
Fixed inconsistency between Python and Scala APIs for `Param.copy` method.
94+
9395
## Previous Spark versions
9496

9597
Earlier migration guides are archived [on this page](ml-migration-guides.html).

0 commit comments

Comments
 (0)