How to reuse your Python models without retraining them

An introduction to Python’s object serialization library

Tom Waterman
4 min readJan 21, 2020

--

Note: In computer science, the process of saving an object to be re-used later is called serialization, while loading a saved object is called deserialization.

As a Data Scientist, it’s likely that you’ve wanted to reuse one of your models without…

--

--