File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737FILE_ELEMENTS_TYPE = Dict [str , Union [str , Tuple [str , str ]]]
3838DATABASE_CONNECTION_ERRCODE = 107
3939
40- API_TOKEN_HELP_LINK = "https://openml.github.io/openml-python/main /examples/20_basic /introduction_tutorial.html #authentication" # noqa: S105
40+ API_TOKEN_HELP_LINK = "https://openml.github.io/openml-python/latest /examples/Basics /introduction_tutorial/ #authentication" # noqa: S105
4141
4242
4343def _robot_delay (n : int ) -> float :
@@ -519,7 +519,7 @@ def __parse_server_exception(
519519 msg = (
520520 f"The API call { url } requires authentication via an API key.\n Please configure "
521521 "OpenML-Python to use your API as described in this example:"
522- "\n https://openml.github.io/openml-python/main /examples/Basics/introduction_tutorial.html #authentication"
522+ "\n https://openml.github.io/openml-python/latest /examples/Basics/introduction_tutorial/ #authentication"
523523 )
524524 return OpenMLNotAuthorizedError (message = msg )
525525
You can’t perform that action at this time.
0 commit comments