-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-11965] [ML] [Doc] Update user guide for RFormula feature interactions #10222
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 #47420 has finished for PR 10222 at commit
|
|
Test build #47520 has finished for PR 10222 at commit
|
|
Jenkins, test this please. |
|
Test build #47562 has finished for PR 10222 at commit
|
docs/ml-features.md
Outdated
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.
"If the label is not"
|
A few remarks regarding phrasing but otherwise it lgtm. |
|
Test build #47799 has finished for PR 10222 at commit
|
docs/ml-features.md
Outdated
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.
= -> ~ because the model family is not yet determined
|
Made some minor comments inline. We should consider copying the content to the API doc to keep the API doc and user guide in sync. It would be nice if we can define a process to update the doc. My recommendation is to keep the Scala API doc update-to-date and then make user guide and Python/R API doc derive from it. |
|
Test build #49786 has finished for PR 10222 at commit
|
|
Test build #49787 has finished for PR 10222 at commit
|
|
Test build #49790 has finished for PR 10222 at commit
|
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 not the correct ScalaDoc syntax for a list. See https://wiki.scala-lang.org/display/SW/Syntax. You can run build/sbt mllib/doc to check the generated html API doc.
|
LGTM except one minor issue on ScalaDoc syntax. |
|
Test build #49850 has finished for PR 10222 at commit
|
|
Merged into master. Thanks! |
Update user guide for RFormula feature interactions. Meanwhile we also update other new features such as supporting string label in Spark 1.6.