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 93155ee commit d3cc9a7Copy full SHA for d3cc9a7
1 file changed
openml/_config.py
@@ -51,7 +51,7 @@
51
52
_TEST_SERVERS_LOCAL: dict[APIVersion, dict[str, str | None]] = {
53
APIVersion.V1: {
54
- "server": "http://localhost:8080/api/v1/xml/",
+ "server": "http://localhost:8000/api/v1/xml/",
55
"apikey": "normaluser",
56
},
57
APIVersion.V2: {
0 commit comments