Closed abilashrg closed 3 years ago
Is there a way we can serialize recommender model? Tried joblib, pickle and both returned attribute error.
TypeError: self._base_ptr,self.thisptr cannot be converted to a Python object for pickling
Just call the save function on your model.
save
Let me know if you have any other questions.
Is there a way we can serialize recommender model? Tried joblib, pickle and both returned attribute error.
TypeError: self._base_ptr,self.thisptr cannot be converted to a Python object for pickling