Hi @<1856869640882360320:profile|TriteCoral46> , you can add custom columns in the webUI and filter/arrange according to them. The webUI uses the API in order to get this data from the apiserver. So you can use the webUI in order to generate whatever filtering you want to have in your code and then implement it via the API/SDK depending on what you want to create.
I see -- so say I have this screenshot where I want to store the model that had the max f1 score
out of 20 iterations (which I've identified as iteration 16). I'm still not quite sure how I would do that via the webUI?
Just see what the developer tools (F12) send out in network when you navigate to your filtering and reproduce it in the API