Skip to content

Importing the exported model with --delete-model set to True removes all history and the imported model is also not able serve without manually registering it again #14

Description

@uvnikgupta

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:

  1. Deletes all the previous history for this model
  2. 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
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions