Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Write out the results of FP-Growth"

baoanthbaoanth Member Posts: 1 Learner III
edited June 2019 in Help
I am using RM for text-mining. As my purpose is find out the Frequent-terms set in documents. I already be able to get the expected results. My process likes this:
(My CSV file are TF-IDF vector of documents)

Read CSV -> Numerical to Biominal -> FP Growth -> Results

However, now I want to write down the results (set of Frequent Itemsets) of FP Growth into a CSV file, in order to use that results for another work. Please help me to do that. Thank you much much
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    unfortunately this isn't possible right within RapidMiner. But you can use the reporting extension to write it down into a HTML file.
    Otherwise you would have to utilize the Script Operator or built your own extension to extract the data.

    Greetings,
      Sebastian
Sign In or Register to comment.