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-10028][MLlib][Python] Add Python API for PrefixSpan #9469

Closed
wants to merge 2 commits into from

Conversation

yu-iskw
Copy link
Contributor

@yu-iskw yu-iskw commented Nov 4, 2015

No description provided.

.. note:: Experimental

A parallel PrefixSpan algorithm to mine frequent sequential patterns.
The PrefixSpan algorithm is described in J. Pei, et al., PrefixSpan: Mining Sequential Patterns
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too wide for docstring (72 chars in PEP8)

@mengxr
Copy link
Contributor

mengxr commented Nov 4, 2015

LGTM except two minor issues.

@SparkQA
Copy link

SparkQA commented Nov 4, 2015

Test build #45022 has finished for PR 9469 at commit 6db1db9.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * class PrefixSpanModel(JavaModelWrapper):\n * class PrefixSpan(object):\n * class FreqSequences(namedtuple(\"FreqSequences\", [\"sequence\", \"freq\"])):\n

@SparkQA
Copy link

SparkQA commented Nov 4, 2015

Test build #45024 has finished for PR 9469 at commit ceb4a7f.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):\n * class PrefixSpanModel(JavaModelWrapper):\n * class PrefixSpan(object):\n * class FreqSequence(namedtuple(\"FreqSequence\", [\"sequence\", \"freq\"])):\n

@mengxr
Copy link
Contributor

mengxr commented Nov 4, 2015

Merged into master. Thanks!

@asfgit asfgit closed this in 411ff6a Nov 4, 2015
@yu-iskw
Copy link
Contributor Author

yu-iskw commented Nov 4, 2015

Thanks for merging it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants