Category: Data Science
-
Data Science Architect Career Path, and What to Learn Next (Data Science Series, Part 30)
Stack Overflow folded data scientist into an AI/ML engineer group in 2025, and the reported pay gap was about 44,500 dollars. Here is the architect path out of senior data scientist: four ladders, the real skills gap, and a twelve month plan.
-
Responsible AI, Model Risk and Governance That Survives an Audit (Data Science Series, Part 29)
Model governance is not a policy document. It is an inventory, an independent challenge function, and a monitoring trail that lets you answer who approved this model and on what evidence. Here is how I build one that holds up when an auditor asks.
-
GPU Cost, Scale and Sizing Decisions for Machine Learning Workloads (Data Science Series, Part 28)
Nine percent average GPU utilisation on a cluster I inherited turned out to be the whole story. Here is how I size, buy and scale machine learning compute, with current instance rates and the arithmetic that decides each call.
-
Data Science Platform Architecture, a Reference Design With Trade Offs Named (Data Science Series, Part 27)
A finance director asked why a four day model took eleven weeks to reach a customer, and almost every answer turned out to be architectural. Here is the four plane reference design I would build today, with the cost and operations trade offs named in real numbers.
-
CI/CD for Machine Learning Pipelines: Tests, Gates and Continuous Training (Data Science Series, Part 26)
A machine learning pipeline needs two things ordinary CI does not: data validation and a defensible opinion on model quality. Here is the fast lane, slow lane and quality gate I would build for a churn model, with the GitHub Actions workflow and the failures you will hit.
-
Monitoring Machine Learning Models in Production: Drift, Decay and Silent Failure (Data Science Series, Part 25)
A model that breaks loudly gets fixed on Tuesday. A model that decays quietly gets fixed after a quarter of wasted budget. Here is how I monitor drift, estimate performance before labels arrive, and set thresholds nobody mutes.
-
MLflow Experiment Tracking, Model Registry and Versioning (Data Science Series, Part 24)
A model you cannot reproduce is a rumour. Here is how I set up MLflow tracking, a model registry and aliases on the churn project, including the errors you will hit on a local file store.
-
Feature Stores and Training Serving Skew in Machine Learning (Data Science Series, Part 23)
A model that scores well offline and badly in production is usually not a modelling failure. It is two pieces of code computing the same feature differently. Here is how skew happens, what a feature store fixes, and when a shared library is the better answer.
-
Serving Machine Learning Models: Batch, Real Time and Streaming (Data Science Series, Part 22)
Batch, real time and streaming are three different answers to the same question, and picking the wrong one costs money for months before anyone notices. Here is how I choose, with runnable FastAPI and batch scoring code for the churn project.
-
From Notebook to Python Package: Structuring a Data Science Project Someone Else Can Run (Data Science Series, Part 21)
A working churn notebook is not a deliverable. Here is the src layout, pyproject.toml, path handling, test suite and artifact versioning that turn 175 lines of model code into something a colleague installs and runs in one command.
-
Recommender Systems in Python: Collaborative Filtering and Cold Start (Data Science Series, Part 20)
Collaborative filtering in Python with implicit, evaluated honestly by leave one out ranking. A popularity baseline beat matrix factorisation, and a new user returned five items scored exactly zero.
-
Time Series Forecasting in Python, and Why Your Train Test Split Is Wrong (Data Science Series, Part 19)
A shuffled cross validation split on time ordered data will hand you a score you cannot ship. Here is what an honest forecast split looks like, how to backtest with a moving origin, and how far ahead a model is actually good for.
Architect’s Toolkit
PJ’s Tools
VMware Cloud Foundation
- VCF Documentation
- VCF 9 Planning & Preparation Workbook
- VCF Bill of Materials (BoM)
- VMware Compatibility Guide
- VMware Interoperability Matrix
- VMware Configuration Maximums
- VMware Ports & Protocols
- VMware Hands-on Labs
- RVTools Download
Nutanix
AI & Cloud-Native Platform
- NVIDIA Build (Model Catalog)
- NVIDIA AI Enterprise Reference Architecture
- NVIDIA NIM Performance Benchmarking
- NVIDIA NGC Catalog
- NeMo Microservices Helm Chart
- Helm Charts Repository
- Hugging Face Models
Architecture & Design
About the Author

Dr Pranay Jha
Dr. Pranay Jha is a Cloud and AI Consultant with 18+ years of experience in hybrid cloud, virtualization, and enterprise infrastructure transformation. He specializes in VMware technologies, multi-cloud strategy, and Generative AI solutions. He holds a PhD in Computer Applications with research focused on Cloud and AI, has published multiple research papers, and has been a VMware vExpert since 2016 and a VMUG Community Leader.
You May Have Missed

DrJha