mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 04:29:21 +00:00
MlFlow Integration Test
We have prepared a small test to check the MlFlow ingestion.
We have used a decoupled architecture for MlFlow with:
mlflow
running in a remote serverminio
as the artifact storemysql
as the registry
To run this test:
cd
into this directorymake build
pip install mlflow-skinny sklearn
. We use the skinny one for the client.python experiment.py
should show new experiments in http://localhost:5000python train.py
will register a new modelmetadata ingest -c examples/workflows/mlflow.yaml
will run the workflow.