BaseSequenceClassifier

class webstruct.base.BaseSequenceClassifier[source]

Bases: BaseEstimator, TransformerMixin

score(X, y)[source]

Macro-averaged F1 score of lists of BIO-encoded sequences y_true and y_pred.

A named entity in a sequence from y_pred is considered correct only if it is an exact match of the corresponding entity in the y_true.