mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

Optimize export_all to avoid duplicate experiment exporting #118

Closed amesar closed 1 year ago

amesar commented 1 year ago

Fix current non-optimal code that re-exports experiments already exported by export-models. After export-models is done, only export those experiments that were not exported by it.