asreview.models.stoppers#

Stopper mechanisms for the review process.

The stopper mechanisms determine when the review process should be stopped. This can be based on the properties of the results table or the input dataset.

Warning

This module is experimental and might change.

Classes

LastRelevant()

Stop after last relevant record.

NLabeled(n)

Stop the review after n have been labeled.

QuantileLabeled(quantile)

Stop the review after a certain quantile of the records have been labeled.

IsFittable()

Stop the review after both classes are found.

NConsecutiveIrrelevant(n)

Stop the review after n irrelevant records have been labeled in a row.