Skip to content

Commit

Permalink
Fix typo in cross_validation_stratification.py (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ACCakut authored Mar 14, 2024
1 parent 8124c5b commit e897c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_scripts/cross_validation_stratification.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# By defining three splits, we will use three samples for testing and six for
# training each time. `KFold` does not shuffle by default. It means that it will
# select the three first samples for the testing set at the first split, then
# the three next three samples for the second split, and the three next for the
# the next three samples for the second split, and the three next for the
# last split. In the end, all samples have been used in testing at least once
# among the different splits.
#
Expand Down

0 comments on commit e897c9e

Please sign in to comment.