Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified images/data_vis/filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/runs/filter_count.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/runs/run_expressions_and_or.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions models/runs/filter-runs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ The following image filters runs based on loss values less than or equal to `1`:
<img src="/images/data_vis/filter.png" alt="Incorrect predictions filter" />
</Frame>

The number of runs that match the filter expression appears above the runs table, below the filter button.

For example, the following image shows `6 of 18 listed` which means 6 of the 18 listed runs match the filter expression and are currently displayed. The count is highlighted in the yellow box.

<Frame>
<img src="/images/runs/filter_count.png" alt="Number of runs that match filter expression" />
</Frame>

The following sections show some examples of how to filter runs in the Runs table.

Expand Down
Loading