Filter weave panel records from a table across runs

I log model predictions to a wandb table. I would like to filter records for this table across multiple runs on multiple columns on the weave panel. I am able to do so when filtering the records for a single run via -
runs.summary["predictions"].table.rows[0].filter((row) => row["col1"] == "val1" and row["col2"] == "val2")

I am unable to do so when using the weave panel across runs. Can someone help me with the right query for this?

Hey @sarda014 - to access the historical logging of your table (i.e. table across runs), you can use runs.history.concat["<table_name>"] instead of runs.summary["<table_name>"] - please let me know how this goes!

Hi @sarda014 , since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.