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.
2 parents c90ba96 + 5f20b57 commit f80c63fCopy full SHA for f80c63f
openml/runs/functions.py
@@ -1,7 +1,5 @@
1
# License: BSD 3-Clause
2
from __future__ import annotations
3
-import warnings
4
-import openml
5
6
import itertools
7
import time
@@ -119,7 +117,6 @@ def run_model_on_task( # noqa: PLR0913
119
117
stacklevel=2,
120
118
)
121
122
-
123
# TODO: At some point in the future do not allow for arguments in old order (6-2018).
124
# Flexibility currently still allowed due to code-snippet in OpenML100 paper (3-2019).
125
# When removing this please also remove the method `is_estimator` from the extension
0 commit comments