mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

Model export/import between two local MLflow instances #21

Closed sleter closed 2 years ago

sleter commented 2 years ago

Is there a way to export/import runs or models using these scripts without databricks involved? I am trying to copy a model between two local instances of MLflow and it seems that I can't do that without triggering DatabricksHttpClient that requires proper host configuration.