Skip to content

Commit 3f6da96

Browse files
committed
another fix
1 parent 7bfda99 commit 3f6da96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklbench/datasets/downloaders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def fetch_and_correct_openml(
9797

9898
# Get the data with target column specified
9999
x, y, _, _ = dataset.get_data(
100-
dataset_format="dataframe" if as_frame == "auto" or as_frame else "array",
100+
dataset_format="dataframe" if as_frame is True else "array",
101101
target=dataset.default_target_attribute,
102102
)
103103

0 commit comments

Comments
 (0)