asreview.state.SQLiteState.get_order_of_labeling

SQLiteState.get_order_of_labeling(priors=True, pending=False)[source]

Get full array of record id’s in order that they were labeled.

Parameters:
  • priors (bool) – Whether to keep the records containing the prior knowledge.

  • pending (bool) – Whether to keep the records are pending a labeling decision.

Returns:

pd.Series – The record_id’s in the order that they were labeled.