-
Notifications
You must be signed in to change notification settings - Fork 29k
SPARK-8916 [Documentation, MLlib] Add @since tags to mllib.regression #7518
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.
This is mis-formatted; the line with the /** shouldn't have the method description on it (see the other multi-line Scaladoc strings in this file for examples of the proper style).
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.
I see. I will correct this to match other Scaladoc strings.
|
@JoshRosen I reformatted the comments now. Also added a few more tags I had missed. Please take a look. |
|
Formatting seems fine to me, but I'll let @mengxr or @jkbradley do the final sign-off on this (I'm not really a MLlib reviewer). Jenkins, this is ok to test. |
|
Thanks Josh! |
|
cc @dbtsai |
|
ok to test |
|
Test build #37875 has finished for PR 7518 at commit
|
|
In general: we need not add tags to |
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.
How were you able to tag this? Any version less that 1.0.0 gives me fatal: Invalid object name error.
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.
I hadn't checked for the right signature of the method. I will correct this and add other updates to the PR soon.
|
(updated) Ignore my old comment. You can keep since tags. We'll switch to annotations later. |
|
@prayagchandran It will be great to merge this ASAP to include it in the 1.5 RC. I'll watch for updates. Thanks! |
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.
Should be /**
|
Test build #40906 has finished for PR 7518 at commit
|
|
@dbtsai Do you have time to make a final pass? |
Added since tags to mllib.regression Author: Prayag Chandran <[email protected]> Closes #7518 from prayagchandran/sinceTags and squashes the following commits: fa4dda2 [Prayag Chandran] Re-formatting 6c6d584 [Prayag Chandran] Corrected a few tags. Removed few unnecessary tags 1a0365f [Prayag Chandran] Reformating and adding a few more tags 89fdb66 [Prayag Chandran] SPARK-8916 [Documentation, MLlib] Add @SInCE tags to mllib.regression (cherry picked from commit 18523c1) Signed-off-by: DB Tsai <[email protected]>
|
Thanks. Merged into master and 1.5 branch. |
Added @SInCE tags to mllib.regression