What didn't work: Shipping pickled models to other teams. Deploying Sagemaker endpoints (too costly). Requiring editing of config files to deploy endpoints. What did work: Shipping http endpoints. Deriving api documentation from model docstrings. Deploying lambdas (less costly than Sagemaker endpoints). Writing a ~150 line python script to pickle the model, save a requirements.txt, some api metadata, and test input/o…
Could you possibly define "pickling" in this context for us ML noobs?
https://docs.python.org/3/library/pickle.html https://scikit-learn.org/stable/modules/model_persistence.ht...