mlflow / mlflow-export-import

Apache License 2.0
110 stars 70 forks source link

Repetitive import of an experiment creates duplicated runs #178

Open mickaeltardy opened 1 month ago

mickaeltardy commented 1 month ago

Hello

I'd like to use mlflow-export-import to synchronize multiple instances of MLFlows

So far I opted for periodic export - import (all or experiment)

However, I'm facing the issue that in such scenario all the runs are duplicated. Is there a way to avoid it?

Thanks