mlflow / mlflow-export-import

Apache License 2.0
139 stars 87 forks source link

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

Open andremesarovic opened 6 months ago

andremesarovic commented 6 months 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.