Skip to content

Commit 4c2f3c8

Browse files
FelipedinoCopilot
andauthored
Remove split preservation for resampling converters
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fd3f1b8 commit 4c2f3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DashAI/back/converters/imbalanced_learn_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def transform(
132132
ds_types.update(y_types)
133133
try:
134134
dataset = DashAIDataset(
135-
self._resampled_table, types=ds_types, splits=x.splits
135+
self._resampled_table, types=ds_types, splits={}
136136
)
137137
return dataset
138138

0 commit comments

Comments
 (0)