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-10237] [MLLIB] update since versions in mllib.fpm #8429

Closed
wants to merge 1 commit into from

Conversation

mengxr
Copy link
Contributor

@mengxr mengxr commented Aug 25, 2015

Same as #8421 but for mllib.fpm.

cc @feynmanliang

@mengxr mengxr changed the title [MLLIB-10237] [MLLIB] update since versions in mllib.fpm [SPARK-10237] [MLLIB] update since versions in mllib.fpm Aug 25, 2015
@feynmanliang
Copy link
Contributor

LGTM

@SparkQA
Copy link

SparkQA commented Aug 25, 2015

Test build #41551 has finished for PR 8429 at commit fdfdfa7.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class FPGrowthModel[Item: ClassTag] @Since("1.3.0") (
    • class FreqItemset[Item] @Since("1.3.0") (
    • class FreqSequence[Item] @Since("1.5.0") (
    • class PrefixSpanModel[Item] @Since("1.5.0") (
    • abstract class SetOperation(left: LogicalPlan, right: LogicalPlan) extends BinaryNode
    • case class Union(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Intersect(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Except(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)

@mengxr
Copy link
Contributor Author

mengxr commented Aug 25, 2015

Merged into master and branch-1.5.

@asfgit asfgit closed this in c619c75 Aug 25, 2015
asfgit pushed a commit that referenced this pull request Aug 25, 2015
Same as #8421 but for `mllib.fpm`.

cc feynmanliang

Author: Xiangrui Meng <meng@databricks.com>

Closes #8429 from mengxr/SPARK-10237.

(cherry picked from commit c619c75)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants