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 3b96559 commit ea80785Copy full SHA for ea80785
1 file changed
openml/_config.py
@@ -34,8 +34,8 @@
34
"apikey": None,
35
},
36
APIVersion.V2: {
37
- "server": "http://localhost:8001/",
38
- "apikey": "AD000000000000000000000000000000",
+ "server": None,
+ "apikey": None,
39
40
41
"test": {
@@ -44,8 +44,8 @@
44
"apikey": "normaluser",
45
46
47
48
49
50
51
"local": {
0 commit comments