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

Association Rules

rey21rey21 Member Posts: 1 Learner I
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.

Answers

  • rmjonesrmjones Member Posts: 4 Contributor I
    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!
Sign In or Register to comment.