With Image

A practical guide to A/B Testing in MLOps with Kubernetes and Seldon Core

Many companies are using data to drive their decisions. The aim is to remove uncertainties, guesswork, and gut feeling. A/B testing is a methodology that can be applied to validate a hypothesis and steer the decisions in the right direction. In this blog post, I want to show how to create a containerized micro-service architecture […]

A practical guide to A/B Testing in MLOps with Kubernetes and Seldon Core Read More »

Machine Learning Model Inference vs Machine Learning Training

Machine learning model inference is the use of a machine learning model to process live input data to produce an output. It occurs during the machine learning deployment phase of the machine learning model pipeline, after the model has been successfully trained. Machine learning model inference can be understood as making a model operational, or

Machine Learning Model Inference vs Machine Learning Training Read More »

Algorithm Optimization for Machine Learning

Machine learning optimization is an important part of all machine learning models. Whether used to classify an image in facial recognition software or cluster users into like-minded customer groups, all types of machine learning model will have undergone a process of optimization. In fact, machine learning itself can be described as solving an optimization problem,

Algorithm Optimization for Machine Learning Read More »

A Guide to Deploying Machine Learning Models on Kubernetes

How to Deploy Models on Kubernetes Kubernetes is a container orchestration platform used to manage containerized applications. It used to automate important parts of the container management process such as container replication, scaling, monitoring and scheduling. It’s an open-source platform written in Google’s Go programming language. Kubernetes is one of the most popular container management

A Guide to Deploying Machine Learning Models on Kubernetes Read More »

What is Covariate Shift?

Covariate shift is a specific type of dataset shift often encountered in machine learning. It is when the distribution of input data shifts between the training environment and live environment. Although the input distribution may change, the output distribution or labels remain the same. Covariate shift is also known as covariate drift, and is a very

What is Covariate Shift? Read More »