For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated

Was this helpful?