apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.2k stars 1.14k forks source link

Serialize recommender model #3399

Closed abilashrg closed 3 years ago

abilashrg commented 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

TobyRoseman commented 3 years ago

Just call the save function on your model.

Let me know if you have any other questions.