Options

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

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

    Hi,

    i think converts extension has a proper converter for this.

     

    BR,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Options
    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.