mlflow / mlflow-export-import

Apache License 2.0
110 stars 70 forks source link

Add missing "export_run" option to export_model() and notebooks that call it #99

Open amesar opened 1 year ago

amesar commented 1 year ago

export_model.py already has an option on whether to also export a version's run. Unfortunately this was not exposed to the export_model.py and export_models.py and corresponding Databricks notebooks. Needs to be added as an option.

amesar commented 1 year ago

Not to be addressed yet since it can have major downstream consequences