-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10108] Add since tags to mllib.feature #8309
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
|
Test build #41236 has finished for PR 8309 at commit
|
|
@MechCoder Shall we use |
|
I thought we can merge all directly and replace everything at one go. |
|
No, for existing PRs, we ask the authors to stay with |
|
Great. Will update in some time. |
|
@mengxr updated. I wrote a small bash script that would do the conversion automatically, but there is one corner case that Ihad to take care of manually |
|
Test build #41278 has finished for PR 8309 at commit
|
86cecdd to
4e03824
Compare
|
@MechCoder Please also check the following:
|
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.
For example, we also need to add annotation to selectedFeatures.
|
@mengxr I just updated the annotation for one class variable (numTopFeatures) ChiSqSelector but it does not show up in the scala doc for variables. (I have attached a screenshot) |
|
Test build #41327 has finished for PR 8309 at commit
|
|
Actually the annotations on any class variable do not show up in the doc. Can you please verify? |
|
Good catch! I will take a look. |
|
Sent a patch #8344 to fix it. |
Author: MechCoder <[email protected]> Closes #8309 from MechCoder/tags_feature. (cherry picked from commit 7cfc075) Signed-off-by: Xiangrui Meng <[email protected]>
|
Thanks you for the patch. |

No description provided.