How to register 2 ML flow models(encoder model and xg-boost/or any model) under one model name

ShilpaGopal 105 Reputation points
2023-05-18T08:11:51.3166667+00:00

How can I register onehot encoder pickle file and the xg-boost model under a single model name using MLFlow?(or what is the right approach to handle encoding and then model training)

mlflow.register_model(model_uri, args.model_name) - this registers single model under model name

I am able to dump 2 pickle file under one model as below:

User's image

Using MLflow, how can I register 2 models under one model name?

User's image

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,826 Reputation points
    2023-05-23T07:11:47.05+00:00

    @ShilpaGopal Thanks for the details. Currently it's not supported, we suggest you to use the model versioning.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.