Category: Data Science

Mind over Data – Towards Causality in AI

Data Centric AI vs Model Centric AI The structure of modern applied AI stands on the bricks of data. For a good AI/ML practice, a solid data practice is the key. This...

Analyzing Machine Learning Retraining Pipelines

A key requirement to successful MLOps practice is the ability to build and maintain reliable and repeatable training pipelines, also called Machine Learning Retraining...

Introducing Machine Learning Infrastructure (on Azure)

Functional requirements of a Machine Learning Infrastructure We have been discussing Data Science, Machine Learning System Design and MLOps for a while in our articles....

Batch Inferencing in Azure ML using Managed Online Endpoints

Batch Inferencing with Azure ML is a complex affair. It entails creating a compute cluster, creating a parallel run step and running the batch inferencing pipeline. With...

MLOps maturity of an Organization

What is MLOps? MLOps, like DevOps, is a discipline to put ML models into production. It is the journey of an ML algorithm from notebooks to a production environment....

Secure Azure ML Managed Online Endpoints with Network Isolation

In one of our previous articles, we introduced Managed Online Endpoints in Azure Machine Learning. We deployed that endpoint on a public Azure Machine Learning. However,...

Model Registration : Should it happen in training or deployment phase?

MLOps is a new, exciting field. With excitement comes uncertainty and with uncertainty, debates emerge. And healthy debates are good for growing the knowledge base of a...

Machine Learning Model Profiling in Azure Machine Learning

Architecting for Machine Learning involves many moving parts. From Machine Learning System Design, we know that ML Lifecycle is broadly categorized into two workflows...

Managed Online Endpoints in Azure Machine Learning

Before we introduce Managed Online Endpoints in Azure Machine Learning, let’s revisit deployment in Azure Machine Learning. For real-time model deployment in Azure...

Introducing Machine Learning System Design

Why do we need Machine Learning System Design? In their seminal paper, Hidden Technical Debt in Machine Learning Systems, Google researchers expound that only a small...