asreview.models.feature_extraction.Tfidf.fit

Tfidf.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.