Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图压缩一个代表 PyCaret 模型的泡菜文件。
import joblib joblib.dump('my_file.pkl', 'new_file.pkl.z',compress=3)
上面的代码不起作用。
如何减小 PyCaret 模型的 pickle 文件的大小?