"How to save ExampleSet to Database"

skarabskarab Member Posts: 10 Contributor II
edited May 2019 in Help
Hi All,

I would like to save my ExampleSets/TextObjects into a database, is it possible with RapidMiner?

Regards,
Skarab
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    Yes, this is possible indeed. Just load your exampleset and then use the DatabaseExampleSetWriter operator.
    TextObjects cannot be written directly into a database, since they are not in a tabular format. But you might load the texts using the TextInput operator and store them as string attribute. Then the texts are stored in the database, if the exampleset is written.

    Greetings,
      Sebastian
Sign In or Register to comment.