benfred / implicit

Fast Python Collaborative Filtering for Implicit Feedback Datasets
https://benfred.github.io/implicit/
MIT License
3.57k stars 612 forks source link

Native save and load model functions? #541

Closed wongamanda closed 2 years ago

wongamanda commented 2 years ago

Consider this a feature request if built-in capability doesn't exist: saving as h5 or pickle file to local system. Thanks

benfred commented 2 years ago

Thanks fro the suggestion!

I've added save/load methods in #552 - this should work with all models, aside from the approximate nearest neighbours variants.

We also already have support for pickling models.