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 60c2e4b commit f9e0809Copy full SHA for f9e0809
1 file changed
examples/OpenMLDemo.ipynb
@@ -88,7 +88,9 @@
88
"\n",
89
"# assumes you have your api key in ~/.openml/config\n",
90
"# amueller's read/write key that he will throw away later\n",
91
- "openml.config.apikey='610344db6388d9ba34f6db45a3cf71de'"
+ "openml.config.apikey='610344db6388d9ba34f6db45a3cf71de'\n",
92
+ "# we also want to use the test server so as not to polute the production system\n",
93
+ "openml.config.server = \"http://test.openml.org/api/v1/xml\""
94
]
95
},
96
{
0 commit comments