Skip to content

Commit 5216bf0

Browse files
committed
name fix
1 parent 0350603 commit 5216bf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openml/setups/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .setup import OpenMLSetup
2-
from .functions import get_setup, setup_list, setup_exists, initialize_model
2+
from .functions import get_setup, list_setups, setup_exists, initialize_model
33

4-
__all__ = ['get_setup', 'setup_list', 'setup_exists', 'initialize_model']
4+
__all__ = ['get_setup', 'list_setups', 'setup_exists', 'initialize_model']

openml/setups/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import xmltodict
55

66
from .setup import OpenMLSetup, OpenMLParameter
7-
from openml.flows import sklearn_to_flow, flow_exists
7+
from openml.flows import flow_exists
88

99

1010
def setup_exists(flow, model=None):

0 commit comments

Comments
 (0)