asreview.models.feature_extraction.EmbeddingLSTM.fit

EmbeddingLSTM.fit(texts)

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.