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.

store association rules into mysql table

asmahassani08asmahassani08 Member Posts: 31 Contributor II
edited December 2018 in Help

hello, 

I need to export fp-growth association rules to MySQL database.

the MySQL table contains those columns: premises, conclusion, support, confidence

how can i solve it ?

thnx

 

Best Answer

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist

    Hi,

    i think converts extension has a proper converter for this.

     

    BR,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • asmahassani08asmahassani08 Member Posts: 31 Contributor II
    hello, 
    I do as you say, but with another process, I have this error :
           Expected AssociationRules but received IOObjectCollection
    details of the input of the operator :
    Association Rules to ExampleSet.rules input (rules input)
    Meta data: Collection of Association Rules
    Generated by: Radoop Nest.output 2
    expects: AssociationRules, expects: AssociationRules     

    It worked fine, but since I change the version from 9 to 9.2 I have this problem.
    What can be the cause, please?
Sign In or Register to comment.