Skip to content

Commit

Permalink
Merge pull request #264 from tidymodels/tailor-data-leakage
Browse files Browse the repository at this point in the history
Data usage for `add_tailor()`
  • Loading branch information
hfrick authored Oct 7, 2024
2 parents bc637fa + a495d93 commit 78aa5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/post-action-tailor.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#' ```
#' boots <- rsample::bootstraps(some_other_data)
#' split <- rsample::get_rsplit(boots, 1)
#' data <- rsample::assessment(split)
#' data <- rsample::analysis(split)
#' ```
#'
#' In this case, some of the rows in `data` will be duplicated. Thus, randomly
Expand Down
2 changes: 1 addition & 1 deletion man/add_tailor.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78aa5df

Please sign in to comment.