Skip to content

Commit

Permalink
fix predict set
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jun 4, 2024
1 parent 23b40b0 commit f3a9eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/compare_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#' design = benchmark_grid(
#' tasks = task,
#' learners = lrns(c("classif.ranger", "classif.rpart"),
#' predict_type = "prob", predict_sets = c("train", "predict")),
#' predict_type = "prob", predict_sets = c("train", "test")),
#' resamplings = rsmps("cv", folds = 3)
#' )
#'
Expand Down

0 comments on commit f3a9eba

Please sign in to comment.