Creating a new version of a registered model

You can easily create a new version of a registered model.

  1. Click Projects in the left navigation pane to display the Projects page.
  2. Select the project that contains the model for which you want to create a new version.
  3. Click Experiments in the left navigation pane and select the experiment that contains the model you want to register.
    The system displays the Experiment Detail page.
  4. Select the run that contains the model you want to register.
  5. Scroll down the page to find the Artifacts section and click model.
  6. Click Register Model.
  7. From the Name field, choose the model for which you want to create a new version.
  8. Click OK.
You can also create a new model version using MLflow SDK. Simply run the Python code to register a model again with the same model_name. This will create an additional version for the model_name.