-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10264][Documentation, ML] Added Since annotation for ml.recomendation #8532
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please annotate auxillary constructor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added Auxiliary constructor
|
Made a pass |
|
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Document public params in the constructor. Though the constructor is private, those variables are public.
@Since("1.4.0") override val uid: String,
@Since("1.4.0") override val rank: Int|
Any of you can review this and merge. I may loose track if it is delayed more. |
|
ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need @Since annotation for developer APIs.
|
Test build #44015 has finished for PR 8532 at commit
|
|
@tijoparacka Ping! Could you please update this based on @mengxr 's comments and also fix the merge conflicts? Thank you! |
|
Close this PR please @tijoparacka if you're not updating it |
|
I closed this PR. The feature is implemented in #10756. |
Added Since annotation for ALS.scala