pydlm icon indicating copy to clipboard operation
pydlm copied to clipboard

Serializing the model

Open aschmu opened this issue 5 years ago • 0 comments

Hello, I've used this package with some success to model hundreds of time series so thanks for the effort ! I'd like to use it in production but I've run into some issues related to the size of the model. One model currently takes 300mb with the maximum compression using joblib ! This would take more than 150Gb to save all the models which isn't tractable.

Do you have any tricks to reduce the disk footprint ?

aschmu avatar Jan 09 '20 15:01 aschmu