简体   繁体   中英

ModuleNotFoundError: No module named 'sklearn_crfsuite'

import sklearn_crfsuite
from sklearn_crfsuite import scorers

I am trying to use the sklearn's crfsuite but it is showing an error that no module named ' sklearn_crfsuite ', also checked the documentation there also the same thing is mentioned?

Install it using below command:

pip install sklearn-crfsuite

If its in google collab use:

!pip install sklearn-crfsuite

!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM