Loadind Data from Array to Rapidminer Process

btayibi
btayibi New Altair Community Member
edited November 2024 in Community Q&A
Hello!

I wanted to know how it possible to load data from an array into an rapidminer process. I want to use this data for training a classifier to get a model.

Thanks for help!

Best regards,
ben

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    RapidMiner Studio uses an abstraction layer to represent data from any source and thus create a common ground on which operators can work on. Model training usually expects a "com.rapidminer.example.ExampleSet" which is the most commonly used data format. Essentially it represents a table of data. So if you want to train most models, you probably want to create an ExampleSet and pass it to the process (containing the classifier in your case). See the FAQ for how to do this: http://rapid-i.com/rapidforum/index.php/topic,5807.msg20492.html

    Regards,
    Marco