We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3d87b commit ac2e50dCopy full SHA for ac2e50d
docs/ml-guide.md
@@ -89,7 +89,9 @@ There are no deprecations.
89
* [SPARK-19787](https://issues.apache.org/jira/browse/SPARK-19787):
90
Default value of `regParam` changed from `1.0` to `0.1` for `ALS.train` method (marked `DeveloperApi`).
91
**Note** this does _not affect_ the `ALS` Estimator or Model, nor MLlib's `ALS` class.
92
-
+* [SPARK-14772](https://issues.apache.org/jira/browse/SPARK-14772):
93
+ Fixed inconsistency between Python and Scala APIs for `Param.copy` method.
94
+
95
## Previous Spark versions
96
97
Earlier migration guides are archived [on this page](ml-migration-guides.html).
0 commit comments