Packaging the ML Library
Learn how to package the ML library for inference.
We'll cover the following
The need for packaging
There are two main parts to any ML project: training and inference. We receive data from some source (historical in the case of training, streaming in the case of inference) and apply our algorithm (training or inference) in both. Then we use the results (evaluation for training, downstream tasks for inference). The diagram below demonstrates the process.
Get hands-on with 1400+ tech skills courses.