exceptions
openml.exceptions
#
ObjectNotPublishedError
#
Bases: PyOpenMLError
Indicates an object has not been published yet.
Source code in openml/exceptions.py
OpenMLCacheException
#
OpenMLHashException
#
Bases: PyOpenMLError
Locally computed hash is different than hash announced by the server.
Source code in openml/exceptions.py
OpenMLNotAuthorizedError
#
Bases: OpenMLServerError
Indicates an authenticated user is not authorized to execute the requested action.
Source code in openml/exceptions.py
OpenMLPrivateDatasetError
#
Bases: PyOpenMLError
Exception thrown when the user has no rights to access the dataset.
Source code in openml/exceptions.py
OpenMLRunsExistError
#
Bases: PyOpenMLError
Indicates run(s) already exists on the server when they should not be duplicated.
Source code in openml/exceptions.py
OpenMLServerError
#
Bases: PyOpenMLError
class for when something is really wrong on the server (result did not parse to dict), contains unparsed error.
Source code in openml/exceptions.py
OpenMLServerException
#
Bases: OpenMLServerError
exception for when the result of the server was not 200 (e.g., listing call w/o results).