Jul 4, 2021MLOps — How to start this journey?In this post, I will discuss step-by-step guidance to learn MLOps. But before we start, few important points or cautions MLOps is not about throwing a tool. MLOps is an Engineering discipline like DevOps or SDLC. Mastering MLOps needs continuous learning and it will only come by spending sufficient time…Mlops4 min readMlops4 min read
Jun 30, 2021Seldon Core Installation on Kubernetes (OpenShift)In this post, we will explore the installation of Seldon Core (the latest stable) with OpenShift Kubernetes. Seldon Core is an open-source platform for deploying machine learning models on a Kubernetes cluster. Pre-requisites: Kubernetes cluster ≥ 1.12. For Openshift it requires version 4.2 or higher Installer method: Helm ≥ 3.0 …Seldon Core6 min readSeldon Core6 min read
Jun 5, 2021MLOps aka Operational AI (Part-3)In this article, we will see the E2E flow in operationalizing AI on popular open-source tools. The idea is to make the architecture or toolsets more cloud-agnostic. A typical Machine Learning lifecycle is broadly categorized into 3 classes: Data Processing (Data Engineer Domain) Model Training (Data Scientist Domain) Model Serving…Mlops3 min readMlops3 min read
May 25, 2021MLOps aka Operational AI (Part-2)In the previous post, we have seen a brief introduction of MLOps, steps, and ML production challenges. In this post, we will discuss 2 things: Tools Team composition Popular MLOps Tools — Cloud options and Open SourceMlops2 min readMlops2 min read
May 24, 2021MLOps aka Operational AI (Part-1)Let's start with a brief story… The story is all about the struggle of two teams in Production. One is Data Science and another is Data Engineering. The problem is, how to automate the complex, iterative nature of a Machine Learning pipeline in the production environment, as well as bring…Mlops2 min readMlops2 min read
Apr 18, 2019Feather — A Fast On-Disk Format for R and Python Data FramesR and Python are two widely used tools or languages by the data analyst and Scientists. So, it will be great if there is any way to exchange data between these two. Here comes “Feather” — A fast, lightweight, language agnostic and easy-to-use binary file format for storing data frames…Python2 min readPython2 min read