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

default_param

Get the default parameters of the model.

label

name

param

Get the (assigned) parameters of the model.

Methods

full_hyper_space()

hyper_space()

query(X, classifier[, n_instances, ...])

Query method for strategies which use class probabilities.