Tag: , , ,

My Data Science Journey

Since this is my 100th post on this blog, let me run you through my data science journey. I started my career as a T24 developer. Now, most of you won’t even know...

Machine Learning System Design is a mindset

I was interviewing a candidate recently for a Machine Learning Engineering role. I asked some questions about Machine Learning Deployment and Drift. In general, the...

The 3 V’s of MLOps

Anyone familiar with Data Analytics/Big Data world may be aware of the 3 V’s of Big Data. They are Volume, Velocity and Variety (there is a 4th V called Veracity)....

Data and Model Validation in Machine Learning Training Pipelines

Why Data and Model Validation? A Machine Learning application is a piece of Software, the end of the day. Hence, all the maxims applicable to software engineering are...

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....

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...

Experiments in Azure Machine Learning

Introduction to Experiments Continuous Experimentation is key to MLOps. Hence, tracking each iteration, artefact of an experiment is a key to success in Data Science....