Skip to content

Commit

Permalink
Start Explainable performance plot branch to fix #107.
Browse files Browse the repository at this point in the history
Create quarto report outline, fix _AWS target bug, switch to target projects workflow
  • Loading branch information
n8layman committed Feb 15, 2025
1 parent 761c12d commit edf3787
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions R/compute_preds.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Function to perform tuning for each set of inner folds
compute_preds <- function(inner_resample,
xgb_mod,
xgb_recipe,
xgb_metrics,
outer_id) {
xgb_res <- tune_grid(
xgb_mod,
xgb_recipe,
resamples = inner_resample,
grid = xgb_grid,
metrics = xgb_metrics,
control = control_grid(save_pred = FALSE)
)

0 comments on commit edf3787

Please sign in to comment.