Skip to content

Commit

Permalink
Don't export keep_groups_in_cv_partitions()
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 29, 2022
1 parent 0582103 commit 3b0be13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export(get_perf_metric_name)
export(get_performance_tbl)
export(get_tuning_grid)
export(group_correlated_features)
export(keep_groups_in_cv_partitions)
export(plot_hp_performance)
export(plot_model_performance)
export(preprocess_data)
Expand Down
2 changes: 1 addition & 1 deletion R/cross_val.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ get_seeds_trainControl <- function(hyperparams_list, kfold, cv_times, ncol_train
#' @inheritParams define_cv
#'
#' @return `TRUE` if possible, `FALSE` otherwise
#' @export
#' @noRd
#' @author Kelly Sovacool, \email{sovacool@@umich.edu}
#'
keep_groups_in_cv_partitions <- function(groups, group_partitions, kfold) {
Expand Down
36 changes: 0 additions & 36 deletions man/keep_groups_in_cv_partitions.Rd

This file was deleted.

0 comments on commit 3b0be13

Please sign in to comment.