The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 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.