Skip to content

Fix MLflowClient import #3745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 23, 2023
Merged

Fix MLflowClient import #3745

merged 4 commits into from
Sep 23, 2023

Conversation

celestinoxp
Copy link
Contributor

Replaced the incorrect import 'from mlflow.tracking.client import MlflowClient' with the correct import 'from mlflow.tracking import MlflowClient'

Related Issue or bug

This fix should correct the mlflow issue on the test system.

celestinoxp and others added 3 commits September 22, 2023 11:13
Replaced the incorrect import 'from mlflow.tracking.client import MlflowClient' with the correct import 'from mlflow.tracking import MlflowClient'
Investigate problems in test system.
use_line_collection deprecated since matplotlib 3.6, however exists other problems. investigating...
@celestinoxp celestinoxp marked this pull request as draft September 22, 2023 13:44
@celestinoxp celestinoxp marked this pull request as ready for review September 22, 2023 15:04
Copy link
Member

@Yard1 Yard1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Yard1 Yard1 merged commit 8185f9d into pycaret:master Sep 23, 2023
@celestinoxp celestinoxp deleted the mlflow_problem branch February 22, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants