Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions infra/website/docs/blog/feast-mlflow-native-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ date: 2026-06-01
authors: ["Vanshika"]
---

<div class="hero-image">
<img src="/images/blog/feast-mlflow-native-integration.png" alt="Feast Native MLflow Integration" loading="lazy">
<div class="hero-image" style="width: auto; margin: 0 auto 64px; text-align: center;">
<img src="/images/blog/feast-mlflow-native-integration.png" alt="Feast Native MLflow Integration" style="width: auto; max-width: 100%;">
</div>

# Native MLflow Integration for Feast
Expand Down Expand Up @@ -259,13 +259,10 @@ pip install feast[mlflow]

Add the `mlflow:` block to your `feature_store.yaml`, start an MLflow tracking server, and run your training code. Features are automatically linked to experiments from the first retrieval.

For a complete end-to-end walkthrough — from feature definition through model training, registration, and feature resolution — see the [demo notebook](https://github.com/feast-dev/feast/tree/master/examples/mlflow).

<div style="display: flex; justify-content: center; margin: 2rem 0;">
<img src="/images/blog/end_to_end_lineage.png" alt="End-to-end lineage from data source to registered model" style="width: 90%; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);" />
</div>


## Join the Conversation

We'd love to hear how you're using (or plan to use) the Feast–MLflow integration. Reach out on [Slack](https://slack.feast.dev/) or [GitHub](https://github.com/feast-dev/feast) — issues and PRs welcome!
Expand Down
Binary file modified infra/website/public/images/blog/end_to_end_lineage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified infra/website/public/images/blog/entity_dataframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified infra/website/public/images/blog/lineage_till_training.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified infra/website/public/images/blog/mlflow_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified infra/website/public/images/blog/mlflow_featurelist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified infra/website/public/images/blog/model_metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified infra/website/public/images/blog/operation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading