mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
|
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| experiment.py | ||
| Makefile | ||
| README.md | ||
| train.py | ||
MlFlow Integration Test
We have prepared a small test to check the MlFlow ingestion.
We have used a decoupled architecture for MlFlow with:
mlflowrunning in a remote serverminioas the artifact storemysqlas the registry
To run this test:
cdinto this directorymake buildpip install mlflow-skinny sklearn. We use the skinny one for the client.python experiment.pyshould show new experiments in http://localhost:5000python train.pywill register a new modelmetadata ingest -c examples/workflows/mlflow.yamlwill run the workflow.