Closed uty07 closed 4 years ago
from cpt.cpt import Cpt model = Cpt()
model.fit([['hello', 'world'], ['hello', 'this', 'is', 'me'], ['hello', 'me'] ])
model.predict([['hello'], ['hello', 'this']])
ModuleNotFoundError Traceback (most recent call last)
drwxrwxr-x 2 ec2-user ec2-user 4096 Jun 11 17:57 cpt-1.0.1.dist-info
/home/ec2-user/anaconda3/envs/python3/lib/python3.6/site-packages
Thansk Bluesheeptoken this issue is also resolved
from cpt.cpt import Cpt model = Cpt()
model.fit([['hello', 'world'], ['hello', 'this', 'is', 'me'], ['hello', 'me'] ])
model.predict([['hello'], ['hello', 'this']])
ERROR:
ModuleNotFoundError Traceback (most recent call last)