eonu / sequentia

Scikit-Learn compatible HMM and DTW based sequence machine learning algorithms in Python.
https://pypi.org/project/sequentia/
MIT License
63 stars 8 forks source link

Fix independent DTW #250

Closed eonu closed 5 months ago

eonu commented 7 months ago

Has this already been reported?

Expected behaviour

Below should be calling self._dtw1d.

https://github.com/eonu/sequentia/blob/506228868378c767f5b67d208fa4c2dc72c8b52d/sequentia/models/knn/base.py#L209

Add a unit test.

Observed behaviour

Calling self._dtw incorrectly.

Code to reproduce

N/A

Version details

N/A
eonu commented 5 months ago

Fixed in #251.