why there is no Apriori and Eclat operator of association rules in Rapidminer?
Best Answers
-
yyhuang Administrator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 363
RM Data Scientist
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!
0 -
BalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955
Unicorn
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ázs1
Answers