@ShilpaGopal Thanks for the details. Currently it's not supported, we suggest you to use the model versioning.
How to register 2 ML flow models(encoder model and xg-boost/or any model) under one model name
ShilpaGopal
105
Reputation points
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:
Using MLflow, how can I register 2 models under one model name?
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions