You can easily create a new version of a registered model.
-
Click Model Registry in the left navigation pane to display the
Model Registry page.
-
Select the model for which you want to create a new version.
-
Click Deploy.
-
Select the project to which you want to deploy the model.
You can add notes describing the new version.
-
Click Go.
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.