Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speedup explain_weights_sklearn_crfsuite when there is a lot of classes #164

Open
kmike opened this issue Mar 25, 2017 · 0 comments
Open

Comments

@kmike
Copy link
Contributor

kmike commented Mar 25, 2017

explain_weights_sklearn_crfsuite calls crf_state_coef which builds a feature matrix for all classes, even if only a few classes are requested. It can be slow (I've seen ~20s); it is better to apply targets filter in crf_state_coef as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant