Skip to content

Add option to output the record order of a simulation #60

Description

@LHofstee

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions