Skip to content

Commit 5d7324e

Browse files
committed
added conditional importer to init (otherwise an error is raised)
1 parent 2c07bba commit 5d7324e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openml/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
from .runs import OpenMLRun
2424
from .tasks import OpenMLTask, OpenMLSplit
2525
from .flows import OpenMLFlow
26+
from .utils import ConditionalImputer
2627

2728

2829
__version__ = "0.2.1"

0 commit comments

Comments
 (0)