asreview.models.feature_extraction.base.BaseFeatureExtraction

class asreview.models.feature_extraction.base.BaseFeatureExtraction(split_ta=0, use_keywords=0)[source]

Base class for feature extraction methods.

Attributes

default_param

Get the default parameters of the model.

name

param

Get the (assigned) parameters of the model.

Methods

fit(texts)

Fit the model to the texts.

fit_transform(texts[, titles, abstracts, ...])

Fit and transform a list of texts.

full_hyper_space()

hyper_space()

transform(texts)

Transform a list of texts.