Generates the analysis, potato, and assessment sets first-thing in tune_grid_loop_iter(), as well as needed labels and prediction indices, and then no longer needs to reference split for the rest of the function body. As such, refers to those sets only by their names and removes references to split and split_orig in explanatory comments.
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Closes #901, closes #908. :)
Generates the analysis, potato, and assessment sets first-thing in
tune_grid_loop_iter()
, as well as needed labels and prediction indices, and then no longer needs to referencesplit
for the rest of the function body. As such, refers to those sets only by their names and removes references tosplit
andsplit_orig
in explanatory comments.