Tag: azure machine learning, data science, machine learning, MLOps
My Data Science Journey
Prasad KulkarniDec 27, 2022
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
Prasad KulkarniNov 19, 2022
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
Prasad KulkarniNov 02, 2022
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
Prasad KulkarniOct 31, 2022
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
Prasad KulkarniJul 18, 2022
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?
Prasad KulkarniJun 09, 2022
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
Prasad KulkarniMay 13, 2022
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
Prasad KulkarniDec 19, 2021
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....