asreview.models.feature_extraction.base.BaseFeatureExtraction.fit

BaseFeatureExtraction.fit(texts)[source]

Fit the model to the texts.

It is not always necessary to implement this if there’s not real fitting being done.

Parameters:

texts (numpy.ndarray) – Texts to be fitted.