Hi, thank you for this excellent tutorial 🙏when i try to interact with tracking server (list_experiements) i get the following error: "AttributeError: 'MlflowClient' object has no attribute 'list_experiments' " I tried searching in the official documentation but can't find any reference to that, i'm guessing the new version does not support this?
Crystal clear video. Thank you
Hi, thank you for this excellent tutorial 🙏when i try to interact with tracking server (list_experiements) i get the following error: "AttributeError: 'MlflowClient' object has no attribute 'list_experiments' " I tried searching in the official documentation but can't find any reference to that, i'm guessing the new version does not support this?
actually i might have found an alternative solution: experiments = client.search_experiments() - we can also add parameters