Skip to content

Commit

Permalink
Merge pull request #933 from Linardos/master
Browse files Browse the repository at this point in the history
Changed warning message
  • Loading branch information
sarthakpati authored Sep 9, 2024
2 parents 3c52a99 + 317cf58 commit 431f2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GANDLF/utils/data_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def split_data(
# put 2 just so that the first for-loop does not fail
testing_folds = 2
print(
"WARNING: Testing data is empty, which will result in scientifically incorrect results; use at your own risk."
"WARNING: Cross-validation is set to run on a train/validation scheme without testing data. For a more rigorous evaluation and if you wish to tune hyperparameters, make sure to use nested cross-validation."
)

# get unique subject IDs
Expand Down

0 comments on commit 431f2f4

Please sign in to comment.