Pickle (Python)
P
Pickle (Python)
Definition
Python's native serialization format for converting objects to byte streams. Used to save ML models, data structures, and intermediate computation results.