asreview.state.SQLiteState.get_decision_changes

SQLiteState.get_decision_changes()[source]

Get the record ids for any decision changes.

Get the record ids of the records whose labels have been changed after the original labeling action.

Returns:

pd.DataFrame – Dataframe with columns ‘record_id’, ‘new_label’, and ‘time’ for each record of which the labeling decision was changed.