asreview.models.feature_extraction.Doc2Vec.fit

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