Deploy ML Apps#
Batch vs Online Prediction#
Fig. 6 Batch prediction. Source: CS 329S: Machine Learning Systems Design (Stanford, 2022)#
Fig. 7 Online prediction. Source: CS 329S: Machine Learning Systems Design (Stanford, 2022)#
Deployment Types#
Batch Prediction#

Model-In-Service#

Model-As-Service#

Examples#
Refer to code example in code/deployment directory.