R Model Operationalization on Azure - Part 7

Welcome to Part 7 of the series, where we will talk about creating the container image for our R model inference code. In the previous section, we created all the necessary scripts for inference with our model.rds file, along with supporting tests.

Read More

R Model Operationalization on Azure - Part 6

Welcome to Part 6. Parts 6 through 9 of the series will focus on creating inference scripts for our model, executing them as web services, creating a container + Kubernetes service and the associated CI/CD for the second deployment option. Our goal here is to have a request/response web service deployed for performing inference with the same R model we used from the Databricks/ Batch inference portion of the series.

Read More

R Model Operationalization on Azure - Part 5

We’ve made it to part five of the series! Now, we’re going to focus on the release pipeline for batch inference, which involves deploying Azure Databricks & Data Factory resources. In the previous section, we completed the continuous integration portion of our CI/CD pipeline.

Read More

R Model Operationalization on Azure - Part 4

Welcome to part four of the R Model Operationalization on Azure series. In this section, we will focus on creating the CI (continuous integration) portion of the batch pipeline with Azure Databricks inside of Azure DevOps.

Read More

R Model Operationalization on Azure - Part 2

Welcome to Part 2! Parts 2- 5 of the series will cover Deployment Option 1, which is focused on batch processing flat files with Databricks and Azure Data Factory. We want to enable a scenario where our model can automatically perform inference on a flat file containing many records.

Read More

R Model Operationalization on Azure - Part 1

This is part one of a multipart series. I’ll be going over different options for operationalizing R models on Azure with Azure Databricks, Azure Data Factory, Docker containers (which can be run on Azure Container Instances or Azure Kubernetes Service) and CI/CD pipelines with Azure DevOps.

Read More