Install and Upgrade
Data
Screening and Projects
Simulation
Development
asreview.models.feature_extraction
asreview.models.classifiers
asreview.models.query
asreview.models.balance
Get class of model from string.
name (str) – Name of the model, e.g. ‘svm’, ‘nb’ or ‘lstm-pool’.
BaseModel – Class corresponding to the name.