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

From MLflow

Migrate from MLflow to Stratix.

What maps

MLflow
Stratix

Experiment

Evaluation suite

Run

Evaluation run

Params

Evaluation config

Metrics

Scorer + judge results

Artifacts

Result exports

Steps

  1. Export MLflow runs via mlflow.search_runs().

  2. Map params to Stratix evaluation configs.

  3. Map metrics to Stratix scorers/judges.

  4. Re-run on Stratix; cross-validate.

See also

Last updated

Was this helpful?