Skip to content

Commit aeb7d29

Browse files
committed
fix typo to close #1025
1 parent 8c63f68 commit aeb7d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resampling.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ function train_test_pairs(cv::CV, rows)
303303

304304
if n < 1
305305
throw(ArgumentError(
306-
"""Inusufficient data for $n_folds-fold cross-validation.
306+
"""Insufficient data for $n_folds-fold cross-validation.
307307
Try reducing nfolds. """
308308
))
309309
end
@@ -407,7 +407,7 @@ function train_test_pairs(tscv::TimeSeriesCV, rows)
407407

408408
if m < 1
409409
throw(ArgumentError(
410-
"Inusufficient data for $n_folds-fold " *
410+
"Insufficient data for $n_folds-fold " *
411411
"time-series cross-validation.\n" *
412412
"Try reducing nfolds. "
413413
))

0 commit comments

Comments
 (0)