We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2650754 commit e21338fCopy full SHA for e21338f
openml/runs/functions.py
@@ -111,7 +111,8 @@ def run_model_on_task( # noqa: PLR0913
111
warnings.warn(
112
"The 'avoid_duplicate_runs' parameter is set to True, but no API key is configured. "
113
"Duplicate runs cannot be checked server-side without authentication. "
114
- "Please set your API key (see http://openml.github.io/openml-python/latest/examples/Basics/introduction_tutorial/). "
+ "Please set your API key "
115
+ "http://openml.github.io/openml-python/latest/examples/Basics/introduction_tutorial/."
116
"The run will proceed, but duplicates may be created.",
117
UserWarning,
118
stacklevel=2,
0 commit comments