How to export/access Data_row IDs from a model run split

Hello,
there is a way to export or access the data_row ids of each dataset of a given test, train and validation split created in the ui of a model_run? The problem is that whenever you export marked data_rows of a single split dataset, e.g. the test set, you always get the data_row ids of the entire model_run, instead of the data_rows that should actually be exported.

hey @bb8 ,

If you have assigned to ‘splits’ this will be available in the export (for model_run.export_v2) you can filter those values downstream.
ref doc : Export v2 glossary

Many thanks,
PT

1 Like