mirror of
https://github.com/msberends/AMR.git
synced 2025-12-23 20:30:22 +01:00
(v3.0.1.9007) fix vignette
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user