Options

why there is no Apriori and Eclat operator of association rules in Rapidminer?

lg21clg21c Member Posts: 24 Contributor II
why there is no Apriori and Eclat operator of association rules in Rapidminer?

Best Answers

  • Options
    yyhuangyyhuang Administrator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data Scientist
    Solution Accepted
    There is an extension for weka operators
    https://marketplace.rapidminer.com/UpdateServer/faces/product_details.xhtml?productId=rmx_weka
    but honestly I never used w-Apriori before. Generally FP-Growth is much more efficient than Apriori.
    Good luck!


  • Options
    BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Solution Accepted
    Hi,

    association rule mining algorithms are meant to find the same rules. They are just different in terms of runtime on large data sets.

    If you want or need to use Apriori, use the Weka implementation. It will just take longer.

    I haven't heard about Eclat yet. It's surely implemented in R or Python so you could use it in RapidMiner with the respective extension.

    Or you just use FP-Growth which is integrated and find the same rules you would find with the others.

    Best regards,
    Balázs

Answers

Sign In or Register to comment.