<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MLflow on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/mlflow/</link><description>Recent content in MLflow on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/mlflow/index.xml" rel="self" type="application/rss+xml"/><item><title>Model Governance and Data Management for MLOps Maturity</title><link>https://ai-blog.noorshomelab.dev/ai-devops-guide-2026/model-governance-data-management-mlops/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-devops-guide-2026/model-governance-data-management-mlops/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, future MLOps champion! In our previous chapters, we&amp;rsquo;ve explored how AI can turbocharge your CI/CD pipelines, automate code reviews, validate deployments, and even enhance monitoring. We&amp;rsquo;ve seen AI as a powerful assistant, making DevOps smarter and more efficient. But as with any powerful tool, it comes with great responsibility.&lt;/p&gt;
&lt;p&gt;This chapter dives deep into the foundational pillars that ensure your AI systems are not just efficient, but also reliable, ethical, and trustworthy: &lt;strong&gt;Model Governance&lt;/strong&gt; and &lt;strong&gt;Data Management&lt;/strong&gt;. These aren&amp;rsquo;t just buzzwords; they are essential practices that bring maturity to your MLOps strategy, preventing common pitfalls like model drift, bias, and reproducibility issues. We&amp;rsquo;ll explore how to establish robust processes and leverage tools to manage the entire lifecycle of your machine learning models and the data that fuels them.&lt;/p&gt;</description></item><item><title>Anomaly Detection for Trade Data and Logistics Costs</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/10-anomaly-detection-mlflow/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/10-anomaly-detection-mlflow/</guid><description>&lt;h2 id="chapter-10-anomaly-detection-for-trade-data-and-logistics-costs"&gt;Chapter 10: Anomaly Detection for Trade Data and Logistics Costs&lt;/h2&gt;
&lt;h3 id="chapter-introduction"&gt;Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In the intricate world of supply chain management, unexpected deviations can lead to significant financial losses, operational inefficiencies, and compliance risks. Identifying these anomalies in real-time is paramount for proactive decision-making. This chapter focuses on building robust anomaly detection mechanisms for two critical areas: HS Code classifications within trade data and real-time logistics costs. We will leverage Databricks&amp;rsquo; powerful ecosystem, including Delta Lake for reliable data storage, PySpark for scalable data processing, and MLflow for managing the end-to-end machine learning lifecycle, from experimentation to model deployment.&lt;/p&gt;</description></item><item><title>Anomaly Detection for Trade Data and Logistics Costs</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/10-anomaly-detection-mlflow/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/10-anomaly-detection-mlflow/</guid><description>&lt;h2 id="chapter-10-anomaly-detection-for-trade-data-and-logistics-costs"&gt;Chapter 10: Anomaly Detection for Trade Data and Logistics Costs&lt;/h2&gt;
&lt;h3 id="chapter-introduction"&gt;Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In the intricate world of supply chain management, unexpected deviations can lead to significant financial losses, operational inefficiencies, and compliance risks. Identifying these anomalies in real-time is paramount for proactive decision-making. This chapter focuses on building robust anomaly detection mechanisms for two critical areas: HS Code classifications within trade data and real-time logistics costs. We will leverage Databricks&amp;rsquo; powerful ecosystem, including Delta Lake for reliable data storage, PySpark for scalable data processing, and MLflow for managing the end-to-end machine learning lifecycle, from experimentation to model deployment.&lt;/p&gt;</description></item><item><title>Machine Learning Lifecycle Management with MLflow</title><link>https://ai-blog.noorshomelab.dev/databricks-mastery-2025/mlflow-machine-learning/</link><pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/databricks-mastery-2025/mlflow-machine-learning/</guid><description>&lt;h2 id="machine-learning-lifecycle-management-with-mlflow"&gt;Machine Learning Lifecycle Management with MLflow&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 11! In our journey through Databricks, we&amp;rsquo;ve explored data ingestion, transformation, and analysis. Now, we&amp;rsquo;re ready to dive into the exciting world of Machine Learning (ML) and, more specifically, how to manage the entire ML lifecycle effectively. Building a great model is one thing, but making it reliable, reproducible, and ready for production is another challenge entirely.&lt;/p&gt;
&lt;p&gt;This chapter introduces you to MLflow, an open-source platform designed to streamline machine learning development, from experimentation to deployment. You&amp;rsquo;ll learn how to track experiments, package code, manage models, and even deploy them, ensuring your ML projects are organized, transparent, and scalable. We&amp;rsquo;ll build upon your existing knowledge of Databricks notebooks and Python, so get ready to bring your ML ideas to life with robust lifecycle management!&lt;/p&gt;</description></item><item><title>Chapter 18: Experimentation, Tracking &amp;amp; Debugging Model Behavior</title><link>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/experimentation-tracking-debugging/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/experimentation-tracking-debugging/</guid><description>&lt;h2 id="introduction-to-experimentation-tracking--debugging"&gt;Introduction to Experimentation, Tracking &amp;amp; Debugging&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 18! As you&amp;rsquo;ve progressed through building increasingly complex machine learning models, you&amp;rsquo;ve likely encountered a common challenge: keeping track of what works, what doesn&amp;rsquo;t, and why. Developing sophisticated AI/ML systems isn&amp;rsquo;t a linear process; it&amp;rsquo;s an iterative cycle of trying ideas, training models, evaluating performance, and refining your approach. Without a structured way to manage this chaos, you can quickly get lost in a sea of forgotten hyperparameters, untracked metrics, and unreproducible results.&lt;/p&gt;</description></item></channel></rss>