asreview.settings.ASReviewSettings

class asreview.settings.ASReviewSettings(model, query_strategy, balance_strategy, feature_extraction, n_instances=1, stop_if=None, n_prior_included=None, n_prior_excluded=None, as_data=None, model_param=None, query_param=None, balance_param=None, feature_param=None, **kwargs)[source]

Object to store the configuration of a review session.

The main difference being that it type checks (some) of its contents.

Methods

from_file(config_file)

Fill the contents of settings by reading a config file.

to_dict()

Export default settings to dict.