We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9290010 commit bbfa193Copy full SHA for bbfa193
1 file changed
openml/config.py
@@ -27,7 +27,7 @@
27
OPENML_SKIP_PARQUET_ENV_VAR = "OPENML_SKIP_PARQUET"
28
_TEST_SERVER_NORMAL_USER_KEY = "normaluser"
29
30
-TEST_SERVER_URL = "http://localhost:8000"
+TEST_SERVER_URL = "http://localhost:8080"
31
32
33
class _Config(TypedDict):
0 commit comments