If regex doesn’t provide you the desired results, you can make use of tags to filter out the runs in Runs Table. Tags can be added either on run creation or after they’re finished. Once the tags are added to a run, you can add a tag filter as shown in the gif below.
Click on the Runs tab from the project sidebar.
Click on the search box at the top of the runs table.
Ensure that the RegEx toggle (.*) is enabled (the toggle should be blue).
Use regular expressions (RegEx) to find runs with the regular expression you specify. When you type a query in the search box, that will filter down the visible runs in the graphs on the workspace as well as filtering the rows of the table.
Sort the runs table by the minimum or maximum value of a logged metric. This is particularly useful if you want to view the best (or worst) recorded value.The following steps describe how to sort the run table by a specific metric based on the minimum or maximum recorded value:
Hover your mouse over the column with the metric you want to sort with.
Select the kebab menu (three vertical lines).
From the dropdown, select either Show min or Show max.
From the same dropdown, select Sort by asc or Sort by desc to sort in ascending or descending order, respectively.