asreview.state.SQLiteState.get_training_sets

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

Get the training_sets 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 training set on which the classifier was fit at each labeling moment.