← 返回首页
fix: Added MLflow metric charts across feature selection (#6080) · aniketpalu/feast@a403361 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit a403361

Browse files
authored
fix: Added MLflow metric charts across feature selection (feast-dev#6080)
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
1 parent 30a3a43 commit a403361

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

‎infra/website/docs/blog/feast-mlflow-kubeflow.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Feast + MLflow + Kubeflow: A Unified AI/ML Lifecycle"
33
description: Learn how to use Feast, MLflow, and Kubeflow to power your AI/ML Lifecycle
4-
date: 2026-02-23
4+
date: 2026-03-09
55
authors: ["Francisco Javier Arceo", "Nikhil Kathole"]
66
---
77

@@ -366,6 +366,11 @@ This is exactly the kind of insight MLflow's comparison interface is built for.
366366
<p><em>MLflow's comparison view showing three runs side by side with different feature subsets. The "Show diff only" toggle highlights how the <code>features</code> parameter varies across runs, making it easy to identify which combination of Feast features produces the best results.</em></p>
367367
</div>
368368

369+
<div style="text-align: center; margin: 20px 0;">
370+
<img src="/images/blog/mlflow-feast-feature-selection-metrics.png" alt="MLflow metric charts showing accuracy, AUC, F1, precision, and recall grouped by num_features across three feature subsets" loading="lazy" style="max-width: 100%; border: 1px solid #e0e0e0; border-radius: 8px;">
371+
<p><em>MLflow's metric charts view visualizing accuracy, AUC, F1, precision, and recall across all feature selection runs, grouped by <code>num_features</code>. This chart makes it easy to spot how model performance changes as more Feast features are included.</em></p>
372+
</div>
373+
369374
Once you have identified the winning subset, the Feast registry ensures that only those features need to be materialized into the online store for production serving.
370375

371376
### Hyperparameter sweeps
534 KB
LoadingViewer requires iframe.

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.