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
Combining IOCollection into one ExampleSet [SOLVED]
Hello, I'm new to RapidMiner, and I'm using RM 5 with it's excellent GUI.
I'm stuck with something simple but I can't figure out how to solve it. I want to combine collected data sets (they are collected into one IOCollection) into one example set (which I can then use for sorting). I can't figure out how to do it! How can I do that?
More details:
I have an attribute denoting the group that each example belongs to (there are around 300 groups).
I used a value loop and a nested example filter so that I can do some analysis on each group separately (adding new attributes such as "outlier").
Now I want to combine these results into one exampleset. How do I do that?
I'm stuck with something simple but I can't figure out how to solve it. I want to combine collected data sets (they are collected into one IOCollection) into one example set (which I can then use for sorting). I can't figure out how to do it! How can I do that?
More details:
I have an attribute denoting the group that each example belongs to (there are around 300 groups).
I used a value loop and a nested example filter so that I can do some analysis on each group separately (adding new attributes such as "outlier").
Now I want to combine these results into one exampleset. How do I do that?
0
Answers
could you post you process please?
Ciao Sebastian
P.S. Copy and past the xml code of the process from rapidminer. Use the "insert code" button (#) in the forum editor to post code.
The Append operator does turn an IOCollection into an ExampleSet, used with a single input. Unfortunately, it is also very slow.
Ideally I'd like Rapidminer operators to transparently handle the conversion with no need to explicitly convert from IOCollection to ExampleSet.
Neither the description nor GUI shape of "Append" suggest mention that it supports collections, which is why I never found it
I agree about "Flatten Collection" - this is the first thing I tried.