We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@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?
mlf = MLFlow("http://localhost:5000")
mlf = MLFlow("http://localhost:5000/api")
@pebeto Looks like the example needs updating. Perhaps adding an explicit example call in the Release Notes would also be helpful.
Sorry, something went wrong.
MLFlow
/api
pebeto
Successfully merging a pull request may close this issue.
Hi,
The example simple-with-mlflow.jl do not work anymore with v0.5.1 :
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.
The text was updated successfully, but these errors were encountered: