asreview.state.SQLiteState.get_query_strategies

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

Get the query strategies 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 query strategy used to get the record to query at each labeling moment.