| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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). | ||
| For a complete end-to-end walkthrough — from feature definition through model training, registration, and feature resolution — see the [demo notebook](https://github.com/Vperiodt/integration-example). |
There was a problem hiding this comment.
I think we should not add, can be removed since example is juts a config
Sorry, something went wrong.
|
@Vperiodt Also, Hero image should not be lazy-loaded. Remove loading="lazy" or use loading="eager". |
Sorry, something went wrong.
Done ! |
Sorry, something went wrong.
|
|
||
| <div class="hero-image"> | ||
| <img src="/images/blog/feast-mlflow-native-integration.png" alt="Feast Native MLflow Integration" loading="lazy"> | ||
| <img src="/images/blog/feast-mlflow-native-integration.png" alt="Feast Native MLflow Integration" loading="eager"> |
There was a problem hiding this comment.
only changing loading might not help, either you can:
<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>
or generate that image with 1500+ px
Sorry, something went wrong.
Signed-off-by: Vanshika Vanshika <vvanshik@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
| Back | FazBrowse Home | New Git URL |
What this PR does / why we need it:
#6460
Which issue(s) this PR fixes:
Checks
Testing Strategy
Misc