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
Get the default parameters of the model.
Get the (assigned) parameters of the model.
Methods
query
(X[, classifier, n_instances])Query new instances.