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
"Market Basket Analysis"
Hi,
I created a sample dataset that goes like this:
I tried to use this in the "Masket Basket template in Rapidminer but it gives me the error "The example set contains non-nominal attribute sum(itemCount)_Product1 which is not allowed for FPGrowth".
What am I doing wrong?
Can give me an advice?
Thank you in advance
I created a sample dataset that goes like this:
CustomerId |
What am I doing wrong?
Can give me an advice?
Thank you in advance
Tagged:
0
Answers
The frequent itemset generator only tolerates binominal attributes, which means that you'll need to do some pre-processing. As for advice I'd say that working through help->tutorial actually saves many hours of grief; RM has its own jargon, and until you know it you remain in the vale of tears!
So do that, and then activate a breakpoint just befor the FPGrowth operator, just to check that your data is binominal. If any of that does not make sense then you really should run through the tutorial.
Good luck!
I am working with a similar sample dataset as yours.Can you please send me your rmp file to my email id spoorthy9547@gmail.com