I was doing some experiments with MLflow using Python 3.7, and I was wondering if I can rename a stage or add a new one to the pre-existing
None | Staging | Production | Archived
Currently, I registered a model obtained from an experiment, but I would like to add multiple developing phases. I read the docs concerning that part, but the only thing I've found is the following:
Each distinct model version can be assigned one stage at any given time. MLflow provides predefined stages for common use-cases such as Staging, Production or Archived. You can transition a model version from one stage to another stage.