Streamlining ML Experiment Tracking with MLflow
When I started working with MLflow, I quickly realized there was a gap between theory and what actually happens in practice. This post is about how mlflow changed the way i track ml experiments. I'll walk you through what I learned, what tripped me up, and the lessons that stuck with me. No fluff — just honest notes from someone who went through it. Introduction to MLflow As I delved into the world of machine learning, I quickly realized that tracking experiments was a crucial part of the development process. However, I was doing it the hard way - saving metrics in print statements and notebooks. It wasn't until I discovered MLflow that I was able to streamline my workflow and make the most out of my experiments. In this article, I'll share my experience with MLflow, the lessons I learned, and how it changed the way I approach ML development. The Struggle is Real Before MLflow, I was struggling to keep track of my experiments. I would run multiple iterations, tweaking ...