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.

"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.