train model elmo
from sklearn.linear_model import LogisticRegression | |
from sklearn.metrics import f1_score | |
lreg = LogisticRegression() | |
lreg.fit(xtrain, ytrain) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment