asreview.state.SQLiteState.get_pending

SQLiteState.get_pending()[source]

Get the record_ids of the records pending a labeling decision.

If you only want the pending records, this is more efficient than via ‘get_pool_labeled_pending’.

Returns:

pd.Series – A series containing the record_ids of the records whose label is pending.