Skip to content
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

[SPARK-20114][ML] spark.ml parity for sequential pattern mining - PrefixSpan #20810

Closed
wants to merge 2 commits into from

Conversation

WeichenXu123
Copy link
Contributor

What changes were proposed in this pull request?

PrefixSpan API for spark.ml.

Note: Currently there's no sequential rule mining support in mllib.PrefixSpan so we cannot implement PrefixSpanModel.transform. In this PR, the transform do nothing. Or we can throw out unsupport-operation exception. I am open to both of them.

How was this patch tested?

Testsuite added.

@SparkQA
Copy link

SparkQA commented Mar 13, 2018

Test build #88207 has finished for PR 20810 at commit c1c5338.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@WeichenXu123
Copy link
Contributor Author

According to @jkbradley 's opinion. I create a new PR which only use a static method.

asfgit pushed a commit that referenced this pull request May 7, 2018
…fixSpan

## What changes were proposed in this pull request?

PrefixSpan API for spark.ml. New implementation instead of #20810

## How was this patch tested?

TestSuite added.

Author: WeichenXu <weichen.xu@databricks.com>

Closes #20973 from WeichenXu123/prefixSpan2.
@WeichenXu123 WeichenXu123 deleted the prefix_span branch April 24, 2019 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants