fmorenopino / HeterogeneousHMM

Discrete, Gaussian, and Heterogenous HMM models full implemented in Python. Missing data, Model Selection Criteria (AIC/BIC), and Semi-Supervised training supported. Easily extendable with other types of probablistic models.

Home Page:https://pyhhmm.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Divergences in utils.py

giancarloyona opened this issue · comments

Hi all!

I noticed a small divergence in the utils.py file when installing this lib from PyPi and GitHub - in this case, when setting the style for the charts.

The code here is working as intended, but it seems that the code from PyPi is outdated, trying to use the seaborn-ticks, completely missing the implemented check (lines 21-31).

I first installed it from PyPi, so I had an error trying to use it until I installed it from here. Would it be possible to fix the code over PyPi?

Thanks in advance!

Giancarlo

Hi Giancarlo!

If you'd be interested in collaborating and improving the code in any way, we'd be more than grateful, so feel free to commit to the repo, as we cannot address the problem at the moment.

Thanks!