-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-16127][ML][PYPSARK] Audit @Since annotations related to ml.linalg #13840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@mengxr this PR also reverts the updates to concrete classes for Let me know what you think. |
|
Test build #61020 has finished for PR 13840 at commit
|
|
jenkins retest this please |
|
Test build #61022 has finished for PR 13840 at commit
|
|
LGTM. Merged into master and branch-2.0. Thanks for testing class compatibility! |
[SPARK-14615](https://issues.apache.org/jira/browse/SPARK-14615) and #12627 changed `spark.ml` pipelines to use the new `ml.linalg` classes for `Vector`/`Matrix`. Some `Since` annotations for public methods/vals have not been updated accordingly to be `2.0.0`. This PR updates them. ## How was this patch tested? Existing unit tests. Author: Nick Pentreath <[email protected]> Closes #13840 from MLnick/SPARK-16127-ml-linalg-since. (cherry picked from commit 18faa58) Signed-off-by: Xiangrui Meng <[email protected]>
SPARK-14615 and #12627 changed
spark.mlpipelines to use the newml.linalgclasses forVector/Matrix. Some@Sinceannotations for public methods/vals have not been updated accordingly to be2.0.0. This PR updates them.How was this patch tested?
Existing unit tests.