Skip to content

Commit

Permalink
refactor: remove boston housing
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 4, 2024
1 parent db6e547 commit 9d2d64e
Show file tree
Hide file tree
Showing 15 changed files with 5,205 additions and 1,639 deletions.
2 changes: 1 addition & 1 deletion R/OptimInstanceBatchSingleCrit.R
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,5 @@ autoplot.OptimInstanceBatchSingleCrit = function(object, type = "marginal", cols

#' @export
fortify.OptimInstanceBatchSingleCrit = function(model, data = NULL, ...) { # nolint
as.data.table(model$archive)
as.data.table(model$archive, unnest = "x_domain")
}
2 changes: 1 addition & 1 deletion R/PredictionRegr.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#' library(mlr3)
#' library(mlr3viz)
#'
#' task = tsk("boston_housing")
#' task = tsk("mtcars")
#' learner = lrn("regr.rpart")
#' object = learner$train(task)$predict(task)
#'
Expand Down
Binary file added tests/testthat/Rplots.pdf
Binary file not shown.
75 changes: 75 additions & 0 deletions tests/testthat/_snaps/BenchmarkResult/bmr-holdout-ci.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
923 changes: 923 additions & 0 deletions tests/testthat/_snaps/PredictionClust/predictionclust-scatter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9d2d64e

Please sign in to comment.