Skip to content

Conversation

@MLnick
Copy link
Contributor

@MLnick MLnick commented Jun 22, 2016

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.

@MLnick
Copy link
Contributor Author

MLnick commented Jun 22, 2016

@mengxr this PR also reverts the updates to concrete classes for UnaryTransformer[Vector, ...] I did as part of #13641 (but scalingVec in ElementwiseProduct is not reverted). See #13641 (comment)

Let me know what you think.

@SparkQA
Copy link

SparkQA commented Jun 22, 2016

Test build #61020 has finished for PR 13840 at commit 2c819a0.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@MLnick
Copy link
Contributor Author

MLnick commented Jun 22, 2016

jenkins retest this please

@SparkQA
Copy link

SparkQA commented Jun 22, 2016

Test build #61022 has finished for PR 13840 at commit 2c819a0.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mengxr
Copy link
Contributor

mengxr commented Jun 22, 2016

LGTM. Merged into master and branch-2.0. Thanks for testing class compatibility!

@asfgit asfgit closed this in 18faa58 Jun 22, 2016
asfgit pushed a commit that referenced this pull request Jun 22, 2016
[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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants