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.
"Association rule mining (ARM)"
All,
I am new in RapidMiner. I need to do an association rule mining project. I have some questions:
1. How do I do the data cleaning before association rule mining? Do you need to clean missing values? Do you need to balance the classes? Do you need to remove outliers? etc...?
2. After the data cleaning I need to do W-Apriori or FP-Growth? When to do W-Apriori and when FP-Growth?
3. After this I need to apply a classification algorithm of your choice or/and a clustering algorithm? Do you use the best associations from W-Apriori or FP-Growth as selected attributes as input for the classification or clustering algorithm?
Many thanks for your help!!
Tagged:
0
Answers
Hi @dongen_m,
You can find first response elements about FP-Growth in the process template Market Basket Analysis :
I hope it will be helpful to begin your project.
Regards,
Lionel
Hi again @dongen_m,
Second response elements in this ressource (see attached file) which contains :
- a description of Apriori algorithm
- a description of FP-Growth algorithm
- a detailed implementation of the FP-Growth in RapidMiner
I hope it helps,
Regards,
Lionel
Please confirm that the dependent variable contains Binary values
@balaji_sundaram,
It's the different attributes (for example the differents products we are looking for associations) which have to be on a Binominal format (false or true).
Regards,
Lionel