HPOBench icon indicating copy to clipboard operation
HPOBench copied to clipboard

OpenML ConnectionRefused

Open ayushi-3536 opened this issue 2 years ago • 3 comments

Downloading openml dataset throws connection refused error after max retries expire. The problem is solved when openml version is updated to the latest one.

ayushi-3536 avatar Mar 14 '23 09:03 ayushi-3536

Are you working on a cluster or behind a proxy? I had the same issue and fixed it here in the openml-python pacakge.

https://github.com/openml/openml-python/pull/1184

eddiebergman avatar Mar 14 '23 13:03 eddiebergman

That's a good question.

@ayushi-3536 could you please give some more details of the setup you're using to test this? Also, a minimal example if possible.

It would also help to know if you're using HPOBench with or without containers.

Neeratyoy avatar Mar 14 '23 14:03 Neeratyoy

I was working behind the proxy but I face the same issue while running on the cluster node too, both the times without the container. I was simply executing one of the test files: https://github.com/automl/HPOBench/blob/master/tests/test_svm.py

ayushi-3536 avatar Mar 14 '23 18:03 ayushi-3536