From 916c7bda3daa6f972ecb2b242d9c9fa812989548 Mon Sep 17 00:00:00 2001 From: Michel Lang Date: Fri, 16 Jun 2023 09:48:20 +0200 Subject: [PATCH] chore: speed up example --- R/BenchmarkResult.R | 2 +- man/BenchmarkResult.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/BenchmarkResult.R b/R/BenchmarkResult.R index 6bda78432..15d81427f 100644 --- a/R/BenchmarkResult.R +++ b/R/BenchmarkResult.R @@ -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) #' ) diff --git a/man/BenchmarkResult.Rd b/man/BenchmarkResult.Rd index 3cd821b0c..9b89ab1c8 100644 --- a/man/BenchmarkResult.Rd +++ b/man/BenchmarkResult.Rd @@ -36,7 +36,7 @@ learners = list( ) design = benchmark_grid( - tasks = list(tsk("sonar"), tsk("spam")), + tasks = list(tsk("sonar"), tsk("penguins")), learners = learners, resamplings = rsmp("cv", folds = 3) )