asreview.models.balance.get_balance_model
- asreview.models.balance.get_balance_model(name, *args, random_state=None, **kwargs)[source]
Get an instance of a balance model from a string.
- Parameters
name (str) – Name of the balance model.
*args – Arguments for the balance model.
**kwargs – Keyword arguments for the balance model.
- Returns
BaseFeatureExtraction – Initialized instance of features extraction algorithm.