Skip to content

Conversation

@feynmanliang
Copy link
Contributor

@mengxr Extends PrefixSpan to non-temporal itemsets. Continues work by @zhangjiajin

  • Internal API uses List[Set[Int]] which is likely not efficient; will need to refactor during QA

Closes #7646

@feynmanliang feynmanliang force-pushed the SPARK-8999-nonTemporal branch from 8b74bbf to 7d41217 Compare July 31, 2015 06:52
@SparkQA
Copy link

SparkQA commented Jul 31, 2015

Test build #39177 has finished for PR 7818 at commit 7d41217.

  • This patch fails Python style tests.
  • This patch does not merge cleanly.
  • This patch adds no public classes.

@feynmanliang feynmanliang force-pushed the SPARK-8999-nonTemporal branch from 7d41217 to 41ba908 Compare July 31, 2015 06:59
@SparkQA
Copy link

SparkQA commented Jul 31, 2015

Test build #39181 has finished for PR 7818 at commit 41ba908.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@feynmanliang feynmanliang changed the title Spark 8999 non temporal [SPARK-8999][MLlib] PrefixSpan non-temporal sequences Jul 31, 2015
@feynmanliang
Copy link
Contributor Author

Jenkins retest this please

@SparkQA
Copy link

SparkQA commented Jul 31, 2015

Test build #39184 has finished for PR 7818 at commit 41ba908.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jul 31, 2015

Test build #175 has finished for PR 7818 at commit 41ba908.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@mengxr
Copy link
Contributor

mengxr commented Jul 31, 2015

@feynmanliang Could you fix code style so Jenkins can run tests?

@SparkQA
Copy link

SparkQA commented Jul 31, 2015

Test build #39231 has finished for PR 7818 at commit f5cdff4.

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

@feynmanliang
Copy link
Contributor Author

@mengxr Please wait until I integrate @zhangjiajin 's updated #7646 tests and rebase so his commits are in the history.

@feynmanliang feynmanliang force-pushed the SPARK-8999-nonTemporal branch from f5cdff4 to 03156ca Compare July 31, 2015 18:23
@feynmanliang
Copy link
Contributor Author

@mengxr Ready for review

@SparkQA
Copy link

SparkQA commented Jul 31, 2015

Test build #39249 has finished for PR 7818 at commit 03156ca.

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

Copy link
Contributor

Choose a reason for hiding this comment

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

remove blank line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK

@mengxr
Copy link
Contributor

mengxr commented Jul 31, 2015

Except inline comments, my major comment is that we should process one item at a time rather than generating all subsets for each itemset. But we can also merge this first and update the implementation later because we also have API change to merge before 1.5.

@feynmanliang
Copy link
Contributor Author

OK, lets merge this and #7837 to get API down before feature freeze

@SparkQA
Copy link

SparkQA commented Aug 1, 2015

Test build #39299 has finished for PR 7818 at commit 350e67e.

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

@SparkQA
Copy link

SparkQA commented Aug 1, 2015

Test build #39309 has finished for PR 7818 at commit 4ded81d.

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

@feynmanliang
Copy link
Contributor Author

@mengxr do we plan to merge this before 1.5?

@asfgit asfgit closed this in d2a9b66 Aug 1, 2015
@mengxr
Copy link
Contributor

mengxr commented Aug 1, 2015

Merged into master. Thanks!

asfgit pushed a commit that referenced this pull request Aug 2, 2015
mengxr Please review after #7818 merges and master is rebased.

Continues work by rikima

Closes #7400

Author: Feynman Liang <fliang@databricks.com>
Author: masaki rikitoku <rikima3132@gmail.com>

Closes #7837 from feynmanliang/SPARK-7400-genericItems and squashes the following commits:

8b2c756 [Feynman Liang] Remove orig
92443c8 [Feynman Liang] Style fixes
42c6349 [Feynman Liang] Style fix
14e67fc [Feynman Liang] Generic prefixSpan itemtypes
b3b21e0 [Feynman Liang] Initial support for generic itemtype in public api
b86e0d5 [masaki rikitoku] modify to support generic item type
@feynmanliang feynmanliang deleted the SPARK-8999-nonTemporal branch August 3, 2015 19:39
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.

4 participants