store association rules into mysql table

asmahassani08asmahassani08 MemberPosts:31Contributor II
edited December 2018 inHelp

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 ProfessorPosts:3,404RM Data Scientist

    Hi,

    i think converts extension has a proper converter for this.

    BR,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • asmahassani08asmahassani08 MemberPosts:31Contributor 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 InorRegisterto comment.