"How to save ExampleSet to Database"

skarab
skarab New Altair Community Member
edited November 5 in Community Q&A
Hi All,

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

Regards,
Skarab

Answers

  • land
    land New Altair Community Member
    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