binpickle
Efficient binary storage of ML models
Efficient binary storage of ML models
To install this package, run one of the following:
The binpickle module uses Pickle Protocol 5 to enable efficient serialization of Scientific Python models, such as those learned by scikit-learn, to disk in with their large arrays either compressed (optionall with Blosc) or configured for memory-mapped use to support shared memory multiprocessing.
Summary
Efficient binary storage of ML models
Last Updated
Jul 15, 2021 at 17:28
License
MIT
Supported Platforms
GitHub Repository
https://github.com/lenskit/binpickle