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 feature extraction from string.
name (str) – Name of the feature model, e.g. ‘doc2vec’, ‘tfidf’ or ‘embedding-lstm’.
BaseFeatureExtraction – Class corresponding to the name.