asreview.state.SQLiteState.get_classifiers

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

Get the classifiers 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 classifier used at each labeling moment.