Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refer to the webpage instead of xml document
  • Loading branch information
PGijsbers committed Apr 9, 2021
commit fc96719f1bad6553cd75cec2e587625d175cac6c
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Example
# Publish the experiment on OpenML (optional, requires an API key.
# You can get your own API key by signing up to OpenML.org)
run.publish()
print(f'View the run online: {openml.config.server}/run/{run.run_id}')
print(f'View the run online: {run.openml_url}')

You can find more examples in our `examples gallery <examples/index.html>`_.

Expand Down