All,
I Have a association rule mining problem. I don't understand the process complete maybe someone can help me?
At first I have cleaned my data set etc... After this I apply my FP-Growth model this will create association rules. After this I need to select one of the categorical variables in the dataset and apply a classification and clustering algorithm of your choice (classification: k-NN, naive Bayes and logistic regression and clustering: k-means, DBSCAN and k-medoids). My question is how do I select the categorical variables in the data set? Do I select the best associated variables from FP-Growth??
Many thanks!!