base
openml.base
#
OpenMLBase
#
Bases: ABC
Base object for functionality that is shared across entities.
openml_url
property
#
The URL of the object on the server, if it was uploaded, else None.
open_in_browser
#
Opens the OpenML web page corresponding to this object in your default browser.
Source code in openml/base.py
publish
#
publish() -> OpenMLBase
Publish the object on the OpenML server.
Source code in openml/base.py
push_tag
#
remove_tag
#
url_for_id
classmethod
#
Return the OpenML URL for the object of the class entity with the given id.