I imported the exported model using the command python -u -m mlflow_export_import.model.import_model --model regres --experiment-name regres_imported --input-dir out --delete-model True . It gets imported successfully but it has the following undesired side effects:
- Deletes all the previous history for this model
- Does not show the model type and the model name in the "Models" column in the MLFlow UI Experiments tab. Due to this, details of the model, like the model signature is not available in the "runs" details
- The imported model is not able to serve the requests. I have to manually register the model once again to get it working. By doing this I also get the model signature for the registered model in the "Models" tab but the model type and name are still missing in the Experiments tab and the model signature is not available in the "runs" details for this model
CSV downloaded from the UI is attached for reference.
runs.txt
I imported the exported model using the command
python -u -m mlflow_export_import.model.import_model --model regres --experiment-name regres_imported --input-dir out --delete-model True. It gets imported successfully but it has the following undesired side effects:CSV downloaded from the UI is attached for reference.
runs.txt