Association Rules

rey21
rey21 New Altair Community Member
edited November 2024 in Community Q&A
Hi , I'm trying to create association rule by a particular instance based on a lable. 

For example, the association of buying eggs and milk, but only when its a male.
Tagged:

Answers

  • rmjones
    rmjones New Altair Community Member
    Hi @rey21, sorry for the slow reply. Had you seen the 'Create Association Rules' operator in RapidMiner Studio, along with the inbuilt example? If I understand your problem correctly, there's two approaches you could take:
    • you could allow the model to try and find the association of male being true along with buying eggs and milk
    • or you could take a more manual approach and produce rules whilst only taking examples where gender=male in the data pre-processing stage and then re-run with gender=female and compare results
    Hope this helps!