raphaelsty / LeNLP

NLP with Rust for Python 🦀🐍
59 stars 1 forks source link

saving/loading vectorizers #1

Closed andersonbcdefg closed 4 months ago

andersonbcdefg commented 4 months ago

love this project! how would you recommend serializing and deserializing these objects once trained?

raphaelsty commented 4 months ago

Hi @andersonbcdefg, thank's for your feedback! All the object except FlashText are serializable using pickle

I'm not sure how to make flashtext serializable with rust

andersonbcdefg commented 4 months ago

that's great, i think that should mean they're compatible with joblib. i'll close this issue and re-open if i have any trouble saving/loading with pickle. :)