Skip to content

Commit

Permalink
Merge pull request #552 from adityasaini70/dev
Browse files Browse the repository at this point in the history
Update resampling.jl
  • Loading branch information
ablaom authored May 15, 2021
2 parents 4e857fc + 6dae513 commit 1512912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ function evaluate!(mach::Machine{<:Supervised};
# weights and measures, and dispatches a strategy-specific
# `evaluate!`

repeats > 0 || error("Need n > 0. ")
repeats > 0 || error("Need repeats > 0. ")

if resampling isa TrainTestPairs
if rows !== nothing
Expand Down

0 comments on commit 1512912

Please sign in to comment.