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 567c12b commit bd5fdb1Copy full SHA for bd5fdb1
1 file changed
openml/runs/functions.py
@@ -6,7 +6,7 @@
6
import warnings
7
from sklearn.model_selection._search import BaseSearchCV
8
9
-from build.lib.openml.exceptions import PyOpenMLError
+from ..exceptions import PyOpenMLError
10
from .. import config
11
from ..flows import sklearn_to_flow
12
from ..exceptions import OpenMLCacheException
0 commit comments