Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/4675#discussion_r24935349
--- Diff: docs/mllib-guide.md ---
@@ -90,6 +90,21 @@ version 1.4 or newer.
# Migration Guide
+## From 1.2 to 1.3
+
+In the `spark.mllib` package:
+
+* *(Breaking change)* In
[`ALS`](api/scala/index.html#org.apache.spark.mllib.recommendation.ALS), the
extraneous method `solveLeastSquares` has been removed. The `DeveloperApi`
method `analyzeBlocks` was also removed.
--- End diff --
Shall we try to make the sections as code tabs? It is getting longer and
longer.
For the `breaking change`, we should mention that they are experimental or
developer APIs. `ALS.solverLeastSquares` is perhaps the only outlier.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]