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

Add prediction tests for serialization/deserialization

eonu opened this issue · comments

Currently the tests for save/load only check that the correct attributes are saved and reloaded back into Python correctly.

We should actually generate some predictions and verify that we get the same results before and after serialization. In particular, we should compare scores for even more strictness (this requires #190 and #191).