eonu / sequentia

Scikit-Learn compatible HMM and DTW based sequence machine learning algorithms in Python.

Home Page:https://pypi.org/project/sequentia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve tests for KNNClassifier

eonu opened this issue · comments

A lot of the tests for KNNClassifier are useless tests for verboseness. These should be removed and replaced with more meaningful tests.

In general, tests for KNNClassifier and GMMHMM/HMMClassifier tests should eventually move towards using some real sample datasets rather than the random numbers we are using currently. (see here).

Implemented in #213 - dataset improvement will be done in #194.