We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a103fa commit fb6e070Copy full SHA for fb6e070
R/epi_recipe.R
@@ -448,7 +448,7 @@ prep.epi_recipe <- function(
448
"!" = "to avoid addtional warning messages."
449
))
450
}
451
- training <- recipes:::check_training_set(training, x, fresh)
+ training <- recipes:::validate_training_data(training, x, fresh)
452
training <- epi_check_training_set(training, x)
453
training <- relocate(training, all_of(key_colnames(training)))
454
tr_data <- recipes:::train_info(training)
0 commit comments