v0.12.1
KNNClassifier
has a major bug in all versions prior to and including v0.12.1 resulting in inaccurate predictions (see #186).
GMMHMM
andHMMClassifier
have a major bug in all versions prior to and including v0.12.1 as a result of two bugs in theGMMHMM
class inhmmlearn
versions before v0.2.7 (see #193).
⚠️ Please use version v0.13.0 or later.
Major changes
- Remove
requirements.py
due to import error. (#182)