In this post we’ll look into using Azure Automated Machine Learning for deploying Machine Learning Models as APIs into production. As an example, we will be training and deploying a simple text sentiment analysis service, using the IMDB reviews dataset (subsampled to 1000 examples). We will achieve this by building the following architecture: In detail, we […]