Skip to content

Commit 88f2243

Browse files
committed
fix text of an error message round resampling=...
1 parent d8a8946 commit 88f2243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resampling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@ function evaluate!(
14361436

14371437
if !(resampling isa TrainTestPairs)
14381438
error("`resampling` must be an "*
1439-
"`MLJ.ResamplingStrategy` or tuple of rows "*
1439+
"`MLJ.ResamplingStrategy` or an vector tuples "*
14401440
"of the form `(train_rows, test_rows)`")
14411441
end
14421442

0 commit comments

Comments
 (0)