asreview.models.query.RandomQuery

class asreview.models.query.RandomQuery(random_state=None)[source]

Random query strategy (random).

Randomly select samples with no regard to model assigned probabilities.

Warning

Selecting this option means your review is not going to be accelerated by ASReview.

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, ...])

Put records in ranked order.