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 d69708b commit 23ab3c2Copy full SHA for 23ab3c2
1 file changed
openml/apiconnector.py
@@ -27,7 +27,7 @@
27
28
logger = logging.getLogger(__name__)
29
30
-OPENML_URL = "http://openml.org"
+OPENML_URL = "http://www.openml.org"
31
32
33
class OpenMLStatusChange(Warning):
0 commit comments