asreview.state.SQLiteState.get_feature_extraction

SQLiteState.get_feature_extraction(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 feature extraction method used for the classifier input at each labeling moment.