🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] RM Data input question (For Market Basket)

User: "npiani"
New Altair Community Member
Updated by Jocelyn
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:          
MaskTankFinsWeightsDivComp
Mask270102501090
Tank102004013030
Fins250402802020
Weights101302013010
DivComp90302010120
I might be missing something obvious, but thank you in advance.

EDIT: There were 400 total transactions

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Hi,

    no, that's not possible. Actually, our FP-Growth operator expects a transaction-based example set as input in the form

    TransactionID Mask Tank Fins Weights DivComp
    01  1  1  0  0  1
    02  0  0  0  1  1
    03  ...
    Best,
    Marius
    User: "npiani"
    New Altair Community Member
    OP
    That is what I thought, but wanted to make sure. Thank you for your help Marius.