regarding association rule mining

apzhoney
apzhoney New Altair Community Member
edited November 5 in Community Q&A
hi.. im completely new to rapid miner. i would like to know if association rule mining with apriori is possible with rapidminer studio

Best Answer

  • IngoRM
    IngoRM New Altair Community Member
    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

Answers

  • IngoRM
    IngoRM New Altair Community Member
    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
  • apzhoney
    apzhoney New Altair Community Member
    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?
  • sgenzer
    sgenzer
    Altair Employee
    hi @apzhoney - if you mean tracking the computer resources, yes. Just go to View -> Show Panel -> Resource Monitor:



    Scott
  • apzhoney
    apzhoney New Altair Community Member
    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?
  • Zayn
    Zayn New Altair Community Member
    You can try use the operators "FP-Growth" in combination with "Create Association Rules"
  • sgenzer
    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