asreview.state.SQLiteState.update_decision

SQLiteState.update_decision(record_id, label, note=None, tags=None)[source]

Change the label of an already labeled record.

Parameters:
  • record_id (int) – Id of the record whose label should be changed.

  • label (0 / 1) – New label of the record.

  • note (str) – Note to add to the record.

  • tags (list) – Tags list to add to the record.