> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-4/migration-mlflow.md).

# Recipe: Port an MLflow run

Recipe — port an MLflow run into Stratix.

## Steps

1. Export MLflow run (params, metrics, artifacts) via MLflow API.
2. Map MLflow params → Stratix evaluation config.
3. Map MLflow metrics → Stratix scorer/judge results.
4. Re-run on Stratix.

## See also

* [Migration: From MLflow](/6.-build-wire-your-code/from-mlflow.md)
