Skip to content

Register a Model using the UI

The simplest way to register a model is by using the MLflow Web Interface. This is useful when you want to manually register a model. The instrucions shown here are were taken from the official documentation.

Step 1: Open the model details

By clicking on the model name in the desired run in the Experiments page, you can see the model details.

model_details

Setp 2: Register the model

You can click on the Register Model blue button to register the model.

register_model

Create a new model

If you want to create a new lineage of a model, you can click on the "Create New Version" button. When a new model is registered a new version is created. The first version of a model is always version 1.