-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add functionality to HMM package to load and save HMMs from pickle files #36
Conversation
429b589
to
6ce9de0
Compare
6ce9de0
to
2545e51
Compare
…ickle` for consistency with python's pickle library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed another small naming detail. In the below properties it would be nice if they can be given a standard name such as FileName
.
The reason this is convenient is that it makes it possible to point a single externalized property with that name to multiple nodes, which we often do to avoid having to coordinate other more complex value passing mechanisms such as subjects.
…klFile` for consistency Co-authored-by: glopesdev <[email protected]>
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