Exercise

Create a Model

The MLflow Model Registry provides a centralized storage location for MLflow Models. The Registry enables collaboration and provides a way to manage a model's lifecycle.

In this exercise, you will use the mlflow client module to create a new Model named "Insurance". This will create an area in the MLflow Model Registry where you can register versioned models at a later time.

Instructions

100 XP
  • Import the mlflow client module.
  • Create an instance of the mlflow client class named client.
  • Create a new model named "Insurance".