🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Association Rules

User: "rey21"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "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!