asreview.models.query.MaxQuery
- class asreview.models.query.MaxQuery[source]
Maximum query strategy (
max
).Choose the most likely samples to be included according to the model.
Attributes
Get the default parameters of the model.
Get the (assigned) parameters of the model.
Methods
query
(X, classifier[, n_instances])Query method for strategies which use class probabilities.