I would like the order of all records during a simulation, including the irrelevant records.
Currently I extract this information with the following code:
with open_state("output.asreview") as state:
record_ids = state.get_order_of_labeling()
record_ids.to_csv("record_order.csv")
As output from the insights package I would like a csv file with the collumns record_id and order.
I would like the order of all records during a simulation, including the irrelevant records.
Currently I extract this information with the following code:
record_ids.to_csv("record_order.csv")As output from the insights package I would like a csv file with the collumns record_id and order.