diff --git a/infra/website/docs/blog/feast-mlflow-native-integration.md b/infra/website/docs/blog/feast-mlflow-native-integration.md index 608d28acfdf..882fd7ef6f6 100644 --- a/infra/website/docs/blog/feast-mlflow-native-integration.md +++ b/infra/website/docs/blog/feast-mlflow-native-integration.md @@ -5,8 +5,8 @@ date: 2026-06-01 authors: ["Vanshika"] --- -
- Feast Native MLflow Integration +
+ Feast Native MLflow Integration
# Native MLflow Integration for Feast @@ -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). -
End-to-end lineage from data source to registered model
- ## 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! diff --git a/infra/website/public/images/blog/end_to_end_lineage.png b/infra/website/public/images/blog/end_to_end_lineage.png index c60843b974d..8d49cd2ec74 100644 Binary files a/infra/website/public/images/blog/end_to_end_lineage.png and b/infra/website/public/images/blog/end_to_end_lineage.png differ diff --git a/infra/website/public/images/blog/entity_dataframe.png b/infra/website/public/images/blog/entity_dataframe.png index 586737796b1..5588c9260d8 100644 Binary files a/infra/website/public/images/blog/entity_dataframe.png and b/infra/website/public/images/blog/entity_dataframe.png differ diff --git a/infra/website/public/images/blog/lineage_till_training.png b/infra/website/public/images/blog/lineage_till_training.png index a354792160e..a91adf8bf0e 100644 Binary files a/infra/website/public/images/blog/lineage_till_training.png and b/infra/website/public/images/blog/lineage_till_training.png differ diff --git a/infra/website/public/images/blog/mlflow_dashboard.png b/infra/website/public/images/blog/mlflow_dashboard.png index f72a9e837da..1d9896a0880 100644 Binary files a/infra/website/public/images/blog/mlflow_dashboard.png and b/infra/website/public/images/blog/mlflow_dashboard.png differ diff --git a/infra/website/public/images/blog/mlflow_featurelist.png b/infra/website/public/images/blog/mlflow_featurelist.png index 5fb073dee73..23920c179ff 100644 Binary files a/infra/website/public/images/blog/mlflow_featurelist.png and b/infra/website/public/images/blog/mlflow_featurelist.png differ diff --git a/infra/website/public/images/blog/model_metadata.png b/infra/website/public/images/blog/model_metadata.png index 161723e7e0c..7ef300d9b2b 100644 Binary files a/infra/website/public/images/blog/model_metadata.png and b/infra/website/public/images/blog/model_metadata.png differ diff --git a/infra/website/public/images/blog/operation.png b/infra/website/public/images/blog/operation.png index 7eacc84b715..43b6500faee 100644 Binary files a/infra/website/public/images/blog/operation.png and b/infra/website/public/images/blog/operation.png differ diff --git a/infra/website/public/images/blog/registered_model_with_feature_service.png b/infra/website/public/images/blog/registered_model_with_feature_service.png index 8271f15b887..1195d4c3cbb 100644 Binary files a/infra/website/public/images/blog/registered_model_with_feature_service.png and b/infra/website/public/images/blog/registered_model_with_feature_service.png differ