We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c63f68 commit aeb7d29Copy full SHA for aeb7d29
src/resampling.jl
@@ -303,7 +303,7 @@ function train_test_pairs(cv::CV, rows)
303
304
if n < 1
305
throw(ArgumentError(
306
- """Inusufficient data for $n_folds-fold cross-validation.
+ """Insufficient data for $n_folds-fold cross-validation.
307
Try reducing nfolds. """
308
))
309
end
@@ -407,7 +407,7 @@ function train_test_pairs(tscv::TimeSeriesCV, rows)
407
408
if m < 1
409
410
- "Inusufficient data for $n_folds-fold " *
+ "Insufficient data for $n_folds-fold " *
411
"time-series cross-validation.\n" *
412
"Try reducing nfolds. "
413
0 commit comments