Skip to content

Commit

Permalink
refactor: remove boston housing (#152)
Browse files Browse the repository at this point in the history
* refactor: remove boston housing

* ...
  • Loading branch information
be-marc authored Nov 6, 2024
1 parent db6e547 commit 4442c6f
Show file tree
Hide file tree
Showing 19 changed files with 5,212 additions and 1,645 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Suggests:
survminer,
mlr3proba (>= 0.6.3)
Remotes:
mlr-org/mlr3,
mlr-org/mlr3proba,
mlr-org/mlr3inferr
Additional_repositories:
Expand Down
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
4 changes: 2 additions & 2 deletions man/autoplot.EnsembleFSResult.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.LearnerClustHierarchical.Rd

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

4 changes: 2 additions & 2 deletions man/autoplot.LearnerSurvCoxPH.Rd

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

2 changes: 1 addition & 1 deletion man/autoplot.PredictionRegr.Rd

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

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 4442c6f

Please sign in to comment.