-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-9898][MLlib] Prefix Span user guide #8253
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 #41053 has finished for PR 8253 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.
Prefix Span -> PrefixSpan (please also fix this in other places)
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.
OK
1629194 to
b9842e6
Compare
|
Test build #41064 has finished for PR 8253 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.
org.apache.spark.mllib.fpm.PrefixSpanModel
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.
OK
Adds user guide for `PrefixSpan`, including Scala and Java example code. mengxr zhangjiajin Author: Feynman Liang <[email protected]> Closes #8253 from feynmanliang/SPARK-9898. (cherry picked from commit 0b6b017) Signed-off-by: Xiangrui Meng <[email protected]>
|
LGTM. Merged into master and branch-1.5. Thanks! (Skipped Jenkins because this is a doc-only change.) |
|
Test build #41079 has finished for PR 8253 at commit
|
Adds user guide for
PrefixSpan, including Scala and Java example code.@mengxr @zhangjiajin