mlflow / mlflow-export-import

Apache License 2.0
110 stars 70 forks source link

Allow MLflow model of a model version to be exported #179

Open andremesarovic opened 1 month ago

andremesarovic commented 1 month ago

Currently the tool requires a model version to have a run to be exported. There are rare use cases where a model version does not have a run. It is created by directly uploading an MLflow model to the version in the model registry.