NorskRegnesentral / skweak

skweak: A software toolkit for weak supervision applied to NLP tasks
MIT License
917 stars 71 forks source link

AttributeError: 'HMM' object has no attribute '_do_foward_pass' when calling HMM.fit() #41

Closed AlineBornschein closed 2 years ago

AlineBornschein commented 2 years ago

_do_forward_pass() seems to have been deprecated from new version of hmmlearn. After downgrading hmmlearn to version 0.2.6 the error is resolved.

david-waterworth commented 2 years ago

I think this is a duplicate of https://github.com/NorskRegnesentral/skweak/issues/38