exceptions
ObjectNotPublishedError
¶
OpenMLCacheException
¶
OpenMLHashException
¶
OpenMLNotAuthorizedError
¶
OpenMLPrivateDatasetError
¶
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).