Lineage graphs
Within a collection in the W&B Registry, you can view a history of the artifacts that an ML experiment uses. This history is called a lineage graph. A lineage graph shows:- Artifacts used as inputs to a run.
- Artifacts created as outputs from a run.

- Multiple runs log the
split_zoo_dataset:v0artifact. - The
zesty-snowball-7run uses thesplit_zoo_dataset:v0artifact for training. - The output of the
zesty-snowball-7run is a model artifact calledzoo-qne08r7u:v0. - A run called
glamorous-planet-8uses the model artifactzoo-qne08r7u:v0to evaluate the model.
- Navigate to the W&B Registry.
- Select the collection that contains the artifact.
- From the dropdown, select the artifact version whose lineage graph you want to view.
- Select the Lineage tab.
- Select a node to view detailed information about the run or artifact.
To learn how to track the input and output of a run using the W&B Python SDK, see Enable lineage graph tracking.
zesty-snowball-7) when you select a node in the lineage graph:

zoo-qne08r7u:v0) when you select an artifact node in the lineage graph:

You can also view lineage graphs for artifacts you log to W&B that aren’t part of a collection. For more information, see Explore artifact graphs.
Create a custom view
Click Custom in the top-right corner of the lineage graph to create a custom view. You can filter and customize the lineage graph with the following options:- Filter by artifact type: Filter by artifact type values logged to W&B. For example, if you log an artifact with the type “dataset”, then “dataset” is available as a filter value.
- Filter by run job type: Filter by run job type values logged to W&B. For example, if you log a run with the job type “training”, then “training” is available as a filter value.
- Include extended lineage: Display items that are not in the direct lineage for the base version.
- Include generated artifacts: Items created programmatically will show.
- Expand clusters: Similar items with similar connections will not be grouped together.
- Downstream hops: Descendant generations relative to the active node.
- Upstream hops: Ancestor generations relative to the active node.
Audit a collection’s history
This section explains how to review the action history of a collection so you can track who changed what and when. View actions that members of your organization take on that collection. You can view the following actions:- Whether someone added or removed an alias from an artifact version.
- Whether someone added or removed an artifact version from a collection.
- Navigate to the W&B Registry.
- Select the collection whose action history you want to view.
- Select the dropdown menu next to the collection name.
- Select the Action History option.