aimhubio / aim

Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.
https://aimstack.io
Apache License 2.0
5.16k stars 316 forks source link

A bug occurs when converting from mlflow to aim. #2984

Open Mai0313 opened 1 year ago

Mai0313 commented 1 year ago

🐛 Bug

Due to mlflow update PR#6171, list_experiments has been replaced to search_experiments; it would be great if you guys replace it.

To reproduce

aim convert mlflow --tracking_uri 'path/to/folder/mlruns'

Expected behavior

Original error code:

AttributeError: 'MlflowClient' object has no attribute 'list_experiments'

Once you replace list_experiments to search_experiments, it will run perfectly.

Environment

Additional context

I can create a PR if you guys want me to do so, or whatever you guys like.