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 cf30367 commit b41a9b2Copy full SHA for b41a9b2
1 file changed
openml/config.py
@@ -28,7 +28,7 @@
28
OPENML_TEST_SERVER_ADMIN_KEY_ENV_VAR = "OPENML_TEST_SERVER_ADMIN_KEY"
29
_TEST_SERVER_NORMAL_USER_KEY = "normaluser"
30
31
-TEST_SERVER_URL = "https://test.openml.org"
+TEST_SERVER_URL = "http://localhost:8000"
32
33
34
class _Config(TypedDict):
0 commit comments