Details
Description
Audit new public Scala APIs added to MLlib & GraphX. Take note of:
- Protected/public classes or methods. If access can be more private, then it should be.
- Also look for non-sealed traits.
- Documentation: Missing? Bad links or formatting?
Make sure to check the object doc!
As you find issues, please create JIRAs and link them to this issue.
Attachments
Issue Links
- is blocked by
-
SPARK-20707 ML deprecated APIs should be removed in major release.
- Resolved
- relates to
-
SPARK-20606 ML 2.2 QA: Remove deprecated methods for ML
- Resolved
- links to