asreview.state.SQLiteState.add_last_probabilities

SQLiteState.add_last_probabilities(probabilities)[source]

Save the probabilities produced by the last classifier.

Parameters:

probabilities (list, np.array) – List containing the relevance scores for every record. If this is None, the last probabilities table in the state is emptied.