bonsai-rx / machinelearning

Bonsai Library containing reactive infrastructure for machine learning
https://bonsai-rx.org/machinelearning/
MIT License
4 stars 4 forks source link

Add functionality to HMM package to load and save HMMs from pickle files #36

Open ncguilbeault opened 1 week ago

ncguilbeault commented 1 week ago

Summary

This PR adds functionality to the Bonsai.ML.HiddenMarkovModels package to enable HMMs to be saved to and loaded from pickle files on disk.

Changes