You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, for the first 3 items, the labels with the highest probabilities are B, I, and I. However, the output of predict_single only consists of O's. Why would this be the case?
The text was updated successfully, but these errors were encountered:
I trained an sklearn-crfsuite model, loaded it, and did the following over a list of feature dictionaries,
f
:As you can see, for the first 3 items, the labels with the highest probabilities are
B
,I
, andI
. However, the output ofpredict_single
only consists ofO
's. Why would this be the case?The text was updated successfully, but these errors were encountered: