Closed Julien-Yacine closed 1 year ago
I've added pickling support. But, fitting a loess regression generates large & complex state to enable predictions and it would be cumbersome to save that state.
Pickling a loess
object saves the initial parameters and the state recreated (running fit again) automatically when the model is loaded/unplickled. That means pickling a fitted model will not save compute time!
Hi,
I tried to save the model using pickle and I get the error TypeError: self._base cannot be converted to a Python object for pickling.
I succeded using skops but once I load the model I get Error: Segmentation fault (core dumped)
I use python 3.10.9 on Ubuntu 20.04.
Thank you for your help and for the library.