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 ca27a7d commit 0497040Copy full SHA for 0497040
1 file changed
openml/runs/functions.py
@@ -8,7 +8,8 @@
8
9
from build.lib.openml.exceptions import PyOpenMLError
10
from .. import config
11
-from ..flows import sklearn_to_flow, get_flow, get_traceble_model
+from ..flows import sklearn_to_flow, get_flow
12
+from ..flows.sklearn_converter import get_traceble_model
13
from ..setups import setup_exists
14
from ..exceptions import OpenMLCacheException, OpenMLServerException
15
from ..util import URLError
0 commit comments