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