Quiz 13 Question 9 of 20

A Python script uses the built-in pickle library to persist a trained scikit-learn model object to disk, then loads it back later in a separate script. What is pickle's role in this workflow?

Select an answer to reveal the explanation.

Motivation