Auto-Detect when changing params in dataset_balanced_division_to_folds(reset_split=False)
#185
Labels
dataset_balanced_division_to_folds(reset_split=False)
#185
Is your feature request related to a problem? Please describe.
When calling
dataset_balanced_division_to_folds(reset_split=False)
we don't look at the parameters:Meaning that if
output_split_filename
exists, the changes won't take place. Thus the user needs to change it manually or worse, be confused with the results.Describe the solution you'd like
When necessary, auto-reset the split file.
Describe alternatives you've considered
Additional context
:)
The text was updated successfully, but these errors were encountered: