asreview.state.SQLiteState.get_pool

SQLiteState.get_pool()[source]

Get the unlabeled, not-pending records in ranking order.

Get the pool of unlabeled records, not pending a labeling decision, in the ranking order. If you only want the records in the pool, this is more efficient than via ‘get_pool_labeled_pending’.

Returns:

pd.Series – Series containing the record_ids of the unlabeled, not pending records, in the order of the last available ranking.