Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Are the following operators same things: CreateAssociationRules & RuleInduction?

ameer2014ameer2014 Member Posts: 5 Contributor I
edited December 2018 in Help

Actually i am working on Apriori algorithm and want to measure the performance of it on my data. But ApplyModel operator doesn't accept rules, instead it requires model. That's why i had to use RuleInduction instead of CreatAssociationRules. But i want to make sure if these two operators are same.

Answers

  • earmijoearmijo Member Posts: 271 Unicorn

    Rule Induction is a classification model. 

    If I understand correctly your problem, you want to use the operator Apply Association Rules instead of Apply Model. 

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn

    Correct, as @earmijo states, the Rule Induction operator is a supervised learning operator and it requires a label.  It is based on the "Ripper" algorithm (see the operator help for more info).  Create Association Rules is an unsupervised learner that is looking for any associations among any attributes in your set, and formulating them in terms of support and confidence (once again, see the operator help for more details).  While there are some similarities, these two operators are most definitely not doing the same thing.

     

     

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.