Skip to content

Commit bba711e

Browse files
committed
note about weird branch
1 parent c5b2568 commit bba711e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/check_enough_data.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ check_enough_data_core <- function(epi_df, step_obj, col_names, train_or_predict
164164
unlist() %>%
165165
names(.)[.]
166166

167+
# if none of the single columns have enough data, that means its the combination of all of them
167168
if (length(cols_not_enough_data) == 0) {
168169
cols_not_enough_data <-
169170
glue::glue("no single column, but the combination of {paste0(col_names, collapse = ', ')}")

0 commit comments

Comments
 (0)