asreview.models.classifiers.LSTMPoolClassifier.fit
- LSTMPoolClassifier.fit(X, y)[source]
Fit the model to the data.
- Parameters
X (numpy.ndarray) – Feature matrix to fit.
y (numpy.ndarray) – Labels for supervised learning.
Fit the model to the data.
X (numpy.ndarray) – Feature matrix to fit.
y (numpy.ndarray) – Labels for supervised learning.