1
0
mirror of https://github.com/msberends/AMR.git synced 2025-12-23 16:30:33 +01:00

(v3.0.1.9007) fix vignette

This commit is contained in:
github-actions[bot]
2025-12-22 09:34:58 +01:00
parent f6e28ac95c
commit a5c6aa9fa8
6 changed files with 7 additions and 7 deletions

View File

@@ -315,7 +315,7 @@ fitted <- fit(workflow_model, training_data)
# Generate predictions
predictions <- predict(fitted, testing_data) %>%
bind_cols(predict(fitted, out_testing, type = "prob")) %>% # add probabilities
bind_cols(predict(fitted, testing_data, type = "prob")) %>% # add probabilities
bind_cols(testing_data)
# Evaluate model performance