Pere Miquel Brull a14de6eee1
Fix #5367 - MlFlow connector & MLServices (#5446)
Fix #5367 - MlFlow connector & MLServices (#5446)
2022-06-21 14:54:36 +02:00

18 lines
580 B
Markdown

# 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 server
- `minio` as the artifact store
- `mysql` as the registry
To run this test:
- `cd` into this directory
- `make build`
- `pip install mlflow-skinny sklearn`. We use the skinny one for the client.
- `python experiment.py` should show new experiments in http://localhost:5000
- `python train.py` will register a new model
- `metadata ingest -c examples/workflows/mlflow.yaml` will run the workflow.