-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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-8998][MLlib] Distribute PrefixSpan computation for large projected databases #7783
[SPARK-8998][MLlib] Distribute PrefixSpan computation for large projected databases #7783
Commits on Jul 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 91fd7e6 - Browse repository at this point
Copy the full SHA 91fd7e6View commit details
Commits on Jul 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 575995f - Browse repository at this point
Copy the full SHA 575995fView commit details -
Use PrefixSpan.scala instead of Prefixspan.scala. Delete Prefixspan.scala
Configuration menu - View commit details
-
Copy full SHA for 951fd42 - Browse repository at this point
Copy the full SHA 951fd42View commit details -
Use PrefixSpanSuite.scala instead of PrefixspanSuite.scala, Delete PrefixspanSuite.scala.
Configuration menu - View commit details
-
Copy full SHA for a2eb14c - Browse repository at this point
Copy the full SHA a2eb14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89bc368 - Browse repository at this point
Copy the full SHA 89bc368View commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1dd33ad - Browse repository at this point
Copy the full SHA 1dd33adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c60fb3 - Browse repository at this point
Copy the full SHA 4c60fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5df34 - Browse repository at this point
Copy the full SHA ba5df34View commit details
Commits on Jul 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 574e56c - Browse repository at this point
Copy the full SHA 574e56cView commit details
Commits on Jul 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ca9c4c8 - Browse repository at this point
Copy the full SHA ca9c4c8View commit details
Commits on Jul 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 22b0ef4 - Browse repository at this point
Copy the full SHA 22b0ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 078d410 - Browse repository at this point
Copy the full SHA 078d410View commit details
Commits on Jul 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4dd1c8a - Browse repository at this point
Copy the full SHA 4dd1c8aView commit details -
Merge branch 'master' of https://github.com/apache/spark
Initilize local master branch.
Configuration menu - View commit details
-
Copy full SHA for a8fde87 - Browse repository at this point
Copy the full SHA a8fde87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6560c69 - Browse repository at this point
Copy the full SHA 6560c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for baa2885 - Browse repository at this point
Copy the full SHA baa2885View commit details
Commits on Jul 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 095aa3a - Browse repository at this point
Copy the full SHA 095aa3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b07e20c - Browse repository at this point
Copy the full SHA b07e20cView commit details
Commits on Jul 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d2250b7 - Browse repository at this point
Copy the full SHA d2250b7View commit details
Commits on Jul 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 64271b3 - Browse repository at this point
Copy the full SHA 64271b3View commit details
Commits on Jul 28, 2015
-
Feynman Liang committed
Jul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 6e149fa - Browse repository at this point
Copy the full SHA 6e149faView commit details -
Feynman Liang committed
Jul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 01c9ae9 - Browse repository at this point
Copy the full SHA 01c9ae9View commit details -
Feynman Liang committed
Jul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for cb2a4fc - Browse repository at this point
Copy the full SHA cb2a4fcView commit details -
Use lists for prefixes to reuse data
Feynman Liang committedJul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for da0091b - Browse repository at this point
Copy the full SHA da0091bView commit details -
Use Iterable[Array[_]] over Array[Array[_]] for database
Feynman Liang committedJul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 1235cfc - Browse repository at this point
Copy the full SHA 1235cfcView commit details -
Readability improvements and comments
Feynman Liang committedJul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for c2caa5c - Browse repository at this point
Copy the full SHA c2caa5cView commit details -
Improve extend prefix readability
Feynman Liang committedJul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 87fa021 - Browse repository at this point
Copy the full SHA 87fa021View commit details
Commits on Jul 29, 2015
-
Merge pull request #1 from feynmanliang/SPARK-8998-collectBeforeLocal
[Spark-8998]Collect Enough Prefixes Improvements
Configuration menu - View commit details
-
Copy full SHA for ad23aa9 - Browse repository at this point
Copy the full SHA ad23aa9View commit details
Commits on Jul 30, 2015
-
Feynman Liang committed
Jul 30, 2015 Configuration menu - View commit details
-
Copy full SHA for 4ddf479 - Browse repository at this point
Copy the full SHA 4ddf479View commit details -
Collect small patterns to local
Feynman Liang committedJul 30, 2015 Configuration menu - View commit details
-
Copy full SHA for a61943d - Browse repository at this point
Copy the full SHA a61943dView commit details