Your models, in the same graphas the services that serve them.

Pull models and experiments from MLflow into UIGraph, then follow a deployed version to its service, infrastructure, cost, and owner without rebuilding the story by hand.

One model recordsynced from MLflow

Registered model

checkout-ranking

v3production
Experimentcheckout-rankingMLflow
Versionv3Model registry
Served byranking-serviceService Catalog
Owned byRecommendationsTeam
Experiment history stays in MLflow
The gap4 questions / 3 systems

A registry knows the model. Production needs the whole story.

  1. 01Which version is in production?
  2. 02Which service is serving it?
  3. 03Who owns the path around it?
  4. 04What did the last evaluation find?
Source

MLflow stays.

Experiments and runs remain in the tracker your ML team already uses.

.uigraph.yamlsync bridge
# Read from the source
ml:
  mlflow:
    trackingUri: ${MLFLOW_TRACKING_URI}
    experiments:
      - checkout-ranking
      - fraud-scoring
One command refreshes the graph
Context added

UIGraph joins what MLflow cannot know.

  • The service serving it
  • The team that owns it
  • The infra and cost behind it

The model record

Context accumulates. It never scatters.

From the first imported run to the latest finding, each fact stays attached to one model record.

01 / imported

Experiments and runs

Synced from MLflow while MLflow remains the source of truth.

02 / described

Cards and versions

Purpose, license, limitations, and every registered version.

03 / deployed

What is live

The active version, its environment, and the service exposing it.

04 / evaluated

Findings stay attached

Evaluation results remain on the model they concern, not in a detached ticket.

Open one model

Leave with the production answer.

Follow a deployed version through real graph relationships instead of assembling the answer across tools.

Model

checkout-ranking

version v3

served by
Service

ranking-service

production

service context
Owned by

Recommendations

team

Runs on

Production infra

cost attributed

Frequently asked questions

Still have a question about ML Studio? The docs cover MLflow connections, model sync, and graph relationships in detail.

Read the docs

The next model

Put it in production without losing everything around it.

Sync MLflow once, then follow models through the same graph as the systems around them.