mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

Fix import issue when run model artifact_path is "" #123

Closed amesar closed 1 year ago

amesar commented 1 year ago

Fix bug when mlflow.sklearn.log_model(model, "").

Normal usage is: mlflow.sklearn.log_model(model, "my-model").