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 370f64f commit 1eb8a97Copy full SHA for 1eb8a97
doc/index.rst
@@ -38,7 +38,7 @@ Example
38
# Publish the experiment on OpenML (optional, requires an API key.
39
# You can get your own API key by signing up to OpenML.org)
40
run.publish()
41
- print(f'View the run online: {openml.config.server}/run/{run.run_id}')
+ print(f'View the run online: {run.openml_url}')
42
43
You can find more examples in our `examples gallery <examples/index.html>`_.
44
0 commit comments