Hi,
I created a sample dataset that goes like this:
| CustomerId | itemId | itemCount |
| 1 | Product1 | 1 |
| 1 | Product3 | 4 |
| 3 | Product1 | 5 |
| 5 | Product1 | 7 |
| 3 | Product2 | 1 |
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