Skip to content

Commit 0497040

Browse files
committed
import bugfix
1 parent ca27a7d commit 0497040

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openml/runs/functions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
from build.lib.openml.exceptions import PyOpenMLError
1010
from .. import config
11-
from ..flows import sklearn_to_flow, get_flow, get_traceble_model
11+
from ..flows import sklearn_to_flow, get_flow
12+
from ..flows.sklearn_converter import get_traceble_model
1213
from ..setups import setup_exists
1314
from ..exceptions import OpenMLCacheException, OpenMLServerException
1415
from ..util import URLError

0 commit comments

Comments
 (0)