Skip to content

Commit

Permalink
Update R/inner_split.R
Browse files Browse the repository at this point in the history
Co-authored-by: Simon P. Couch <[email protected]>
  • Loading branch information
hfrick and simonpcouch authored May 24, 2024
1 parent 2ad3714 commit cd6d3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/inner_split.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' `split_args$times`.
#' * For `val_split`, `group_val_split`, and `time_val_split` objects, it will
#' interpret a length-2 `split_args$prop` as a ratio between the training and
#' validation sets and split into inner analsysi and inner assessment set in
#' validation sets and split into inner analysis and inner assessment set in
#' the same ratio. If `split_args$prop` is a single value, it will be used as
#' the proportion of the inner analysis set.
#' * For `clustering_split` objects, it will ignore `split_args$repeats`.
Expand Down

0 comments on commit cd6d3f1

Please sign in to comment.