How to write excel from result association rule in rapid miner?
VenEsuella
Altair Community Member
0
Answers
-
To export association rules to Excel in AI Studio (RapidMiner), use the following operators:
- FP-Growth (operator): Generates frequent itemsets.
- Create Association Rules (operator): Connect to FP-Growth to generate the association rules.
- Association Rule to ExampleSet (operator): Place after Create Association Rules to convert rules to a table format.
- Write Excel (operator): Connect this, specify your file path (e.g.,
association_rules.xlsx
), and enable "overwrite" if needed. - Run and Verify: Execute the process and open the Excel file to check the association rules in a structured table.
0