joblib is not fully secure because it still relies on Pickle internally. The reason it is slightly better in pickle is due to fact that pickle file gets immediately executed when it gets imported whereas joblib doesn’t execute code just by being imported.
compressedgas|11 months ago
vivahir215|11 months ago
You could also use joblib format as well.
jchandra|11 months ago
unknown|11 months ago
[deleted]