Hands-On Machine Learning with Azure
by Thomas K Abraham, Parashar Shah, Jen Stirrup, Lauri Lehman, Anindita Basak, Ryan Murphy
ACI
As a data scientist, after we have trained our machine learning model, we may want to deploy the model as a web service for real-time or batch scoring. When we train our machine learning model, we use a certain framework and libraries. In most cases, the same environment should be available in our deployment environment. Containers are a fast and simple way to create such an environment, in which we can host our model and dependencies. Containers can be created easily with ACI. As data scientists, we can use AML to deploy our machine learning model as a web service to an ACI. This way, we can development test our model and then deploy it in production. For more details on ACI, refer to the following website: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-overview ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access