Skip to content
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

[SPARK-20533][SparkR]:SparkR Wrappers Model should be private and value should be lazy #17808

Closed
wants to merge 1 commit into from

Conversation

wangmiao1981
Copy link
Contributor

What changes were proposed in this pull request?

MultilayerPerceptronClassifierWrapper model should be private.
LogisticRegressionWrapper.scala rFeatures and rCoefficients should be lazy.

How was this patch tested?

Unit tests.

Copy link
Member

@felixcheung felixcheung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, effect should be minor though, right?

@SparkQA
Copy link

SparkQA commented Apr 29, 2017

Test build #76303 has finished for PR 17808 at commit c1eaca9.

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

@felixcheung
Copy link
Member

merged to master - let me know if you think this should go to 2.2 as well

@asfgit asfgit closed this in ee694cd Apr 29, 2017
@wangmiao1981
Copy link
Contributor Author

I think we don't have to back-port. This is a small improvement/optimization of the original code.

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