Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Answers
Hi,
you might want to try Extract Log Value.
~Martin
Dortmund, Germany
I can't use extract log operator, as it expects attribute name.. and aggregate does not give any, it has even no named fields for performance, it just outputs the performance vector...?
Hi,
I am a bit confused: are you using the operator "Aggregate"? Then the result is an example set and "Extract Log" should work. Or did you use the operator "Average" on multiple performance vectors? In this case you can use "Performance to Data" first followed by "Extract Log".
Cheers,
Ingo
I used average, because aggregate weirdly accepts only 1 input ...
but it still did not work, I wanted to append the average performance vector in each run of my manual X-Validation (inside a grid optimization) to an example set, but I only get the last averaged performance vector of one run (last run) from the X-validation...
edit: my process exceeds 20000 characters, it is attached...