You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Frank Noe edited this page Apr 16, 2016
·
10 revisions
Object storage
What? Implement a method to easily save/load PyEMMA high-level objects to/from disk.
Why? To facilitate interactive or scripted analysis in with large datasets. Pickling is not well-defined because it's a priori not defined which attributes are data belonging to an object, and which are just links to other resources.