asreview.state.SQLiteState.get_labels

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

Get the labels from the state.

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

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

Returns:

pd.Series – Series containing the labels at each labelling moment.