[SOLVED] RM Data input question (For Market Basket)
npiani
New Altair Community Member
Hello there, Hello there, I posted this some time ago (in May I believe) but received no answer, so I'm trying again with some new data to see if I have better luck. It's a little more readable I believe
I was wondering if there is a way to input data in the following format for a RM Market Basket Analysis:
I might be missing something obvious, but thank you in advance.
EDIT: There were 400 total transactions
I was wondering if there is a way to input data in the following format for a RM Market Basket Analysis:
Mask | Tank | Fins | Weights | DivComp | |
Mask | 270 | 10 | 250 | 10 | 90 |
Tank | 10 | 200 | 40 | 130 | 30 |
Fins | 250 | 40 | 280 | 20 | 20 |
Weights | 10 | 130 | 20 | 130 | 10 |
DivComp | 90 | 30 | 20 | 10 | 120 |
EDIT: There were 400 total transactions
Tagged:
0
Answers
-
Hi,
no, that's not possible. Actually, our FP-Growth operator expects a transaction-based example set as input in the form
Best,
TransactionID Mask Tank Fins Weights DivComp
01 1 1 0 0 1
02 0 0 0 1 1
03 ...
Marius0 -
That is what I thought, but wanted to make sure. Thank you for your help Marius.0