How to write excel from result association rule in rapid miner?

VenEsuella
VenEsuella Altair Community Member

Answers

  • kushvatsa
    kushvatsa
    Altair Employee

    To export association rules to Excel in AI Studio (RapidMiner), use the following operators:

    1. FP-Growth (operator): Generates frequent itemsets.
    2. Create Association Rules (operator): Connect to FP-Growth to generate the association rules.
    3. Association Rule to ExampleSet (operator): Place after Create Association Rules to convert rules to a table format.
    4. Write Excel (operator): Connect this, specify your file path (e.g., association_rules.xlsx), and enable "overwrite" if needed.
    5. Run and Verify: Execute the process and open the Excel file to check the association rules in a structured table.