asreview.state.SQLiteState.get_balance_strategies

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

Get the balance 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 balance strategy used to get the training data at each labeling moment.