mattjj / pyhsmm

MIT License
548 stars 173 forks source link

HMM Example: Fixes AttributeError for invalid imports #100

Open ameya98 opened 5 years ago

ameya98 commented 5 years ago

The imports in the current HMM example seem invalid, maybe because the directory structure of the package has changed.

AttributeError: 'module' object has no attribute 'distributions'

I just changed the imports to point to the right places.