The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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

  • yyhuangyyhuang Administrator, Employee-RapidMiner, 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!


  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, 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.