Skip to content
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

Can't create experiment with v0.5.1 #46

Closed
cyril-data opened this issue May 23, 2024 · 1 comment · Fixed by #47
Closed

Can't create experiment with v0.5.1 #46

cyril-data opened this issue May 23, 2024 · 1 comment · Fixed by #47
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@cyril-data
Copy link

Hi,

The example simple-with-mlflow.jl do not work anymore with v0.5.1 :

ERROR: LoadError: HTTP.ConnectError for url = `http://localhost:5000/2.0/mlflow/experiments/create`: IOError: connect: connection refused (ECONNREFUSED)

But it's fine with v0.4.7.

Don't understand why, for now, I downgrade to v0.4.7.

Looking forward to hearing back from you, I wish you good luck.

@ablaom
Copy link
Member

ablaom commented May 23, 2024

@cyril-data Thanks for reporting!

I think something like mlf = MLFlow("http://localhost:5000") should now be mlf = MLFlow("http://localhost:5000/api"). Does that help?

@pebeto Looks like the example needs updating. Perhaps adding an explicit example call in the Release Notes would also be helpful.

@pebeto pebeto self-assigned this May 27, 2024
@pebeto pebeto added the documentation Improvements or additions to documentation label May 27, 2024
@pebeto pebeto linked a pull request May 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants