🎉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

regarding association rule mining

User: "apzhoney"
New Altair Community Member
Updated by Jocelyn
hi.. im completely new to rapid miner. i would like to know if association rule mining with apriori is possible with rapidminer studio

Find more posts tagged with

Sort by:
1 - 6 of 61
    User: "IngoRM"
    New Altair Community Member
    Accepted Answer
    Hi,
    Yes, it is.  You can use the operators "FP-Growth" in combination with "Create Association Rules".  If you type "Associations" into the operator search bar you will find those operators as well as other helpful operators for this.
    Hope this helps,
    Ingo
    User: "apzhoney"
    New Altair Community Member
    OP
    thank you very much.. :):):) Will i be able to get the time and space used up by the algorithm while running against the dataset provided by me?
    User: "sgenzer"
    Altair Employee
    hi @apzhoney - if you mean tracking the computer resources, yes. Just go to View -> Show Panel -> Resource Monitor:



    Scott
    User: "apzhoney"
    New Altair Community Member
    OP
    Sir , what i'm looking for is the Execution Time and memory taken  by FP-growth algorithm to generate the rules. Is that possible with rapidminer?
    User: "Zayn"
    New Altair Community Member
    You can try use the operators "FP-Growth" in combination with "Create Association Rules"
    User: "sgenzer"
    Altair Employee
    @apzhoney so for execution time, I would suggest using the Log operator before and after your FP-Growth and grabbing the timestamps. Or you can simply examine the log files that are automatically generated (Views -> Show Panel -> Log). As for memory usage, there is no way to easily see this on an operator-by-operator basis from the front end for lots of reasons....

    Scott