automl / HPOBench

Collection of hyperparameter optimization benchmark problems
Apache License 2.0
136 stars 35 forks source link

OpenML ConnectionRefused #171

Open ayushi-3536 opened 1 year ago

ayushi-3536 commented 1 year ago

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

eddiebergman commented 1 year ago

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

Neeratyoy commented 1 year ago

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.

ayushi-3536 commented 1 year ago

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