Skip to content

Models in Neptune#

Model metadata grouped by stage in the web app

With Neptune, you can log, store, and organize your model metadata.

Log model metadata#

To log the model metadata, use the run object. Depending on your setup, you can separate the model and training metadata by creating multiple runs or log everything together.

For an example, see Log model metadata.

Organize and compare model metadata#

Runs come with rich comparison and visualization support. Use the Neptune app to:

Migrate from model registry to experiments#

We recommend using runs to manage model metadata. Runs come with extra features such as group tags and dashboards, offering rich comparison and visualization support.

You can use the below migration script to migrate metadata from the Models section to experiments.