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

"Loop and deliver worst [Solved]"

ammarghammargh Member Posts: 27 Maven
edited June 2019 in Help
I am trying to compare the best, average, and worst results.
Can anybody advise me on how to get the worst performance vector from a list of performances saved in the repository?

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    You can use Loop Repository to loop over all performances in the repository, convert the performances to a data set with Performance to Data, Transpose the resulting data such that you have one column per performance value. Then, after the loop, Append all results and use the Aggregate operator to get min, max and average.

    Best regards,
    Marius
Sign In or Register to comment.