asreview.state.SQLiteState.get_labeled

SQLiteState.get_labeled()[source]

Get the labeled records in order of labeling.

Get the record_ids and labels of the labeled records in order of labeling. If you only want the labeled records, this is more efficient than via ‘get_pool_labeled_pending’.

Returns:

pd.DataFrame – Dataframe containing the record_ids and labels of the labeled records, in the order that they were labeled.