Skip to content

Commit

Permalink
chore: speed up example
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Jun 16, 2023
1 parent d07e3eb commit 916c7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/BenchmarkResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' )
#'
#' design = benchmark_grid(
#' tasks = list(tsk("sonar"), tsk("spam")),
#' tasks = list(tsk("sonar"), tsk("penguins")),
#' learners = learners,
#' resamplings = rsmp("cv", folds = 3)
#' )
Expand Down
2 changes: 1 addition & 1 deletion man/BenchmarkResult.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 916c7bd

Please sign in to comment.