Skip to content

Commit

Permalink
Release 0.16.0 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg authored May 9, 2023
1 parent fd784dc commit 0189c24
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3
Title: Machine Learning in R - Next Generation
Version: 0.15.0
Version: 0.16.0
Authors@R:
c(
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
Expand Down
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# mlr3 0.16.0

# mlr3 0.15.0-900

* Added S3 method for `ResultData` for `as_resample_result()` converter.
* Added argument `paired` to `benchmark_grid()` function, which can be used to create a benchmark design, where
resamplings have been instantiated on tasks.
* Added S3 method for `ResultData` for `as_resample_result()` converter.
* Added S3 method for `list` for `as_resample_result()` converter.
* The featureless classification learner now returns proper probabilities
(#918).


# mlr3 0.15.0
Expand Down
1 change: 1 addition & 0 deletions R/LearnerClassifDebug.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#' \item{warning_predict:}{Probability to signal a warning during predict.}
#' \item{warning_train:}{Probability to signal a warning during train.}
#' \item{x:}{Numeric tuning parameter. Has no effect.}
#' \item{iter:}{Integer parameter for testing hotstarting.}
#' }
#' Note that segfaults may not be triggered reliably on your operating system.
#' Also note that if they work as intended, they will tear down your R session immediately!
Expand Down
1 change: 1 addition & 0 deletions R/worker.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ learner_train = function(learner, task, train_row_ids = NULL, test_row_ids = NUL
param_vals = learner$param_set$values,
task_hash = task$hash,
data_prototype = proto,
task_prototype = proto,
mlr3_version = packageVersion("mlr3")
))

Expand Down
1 change: 1 addition & 0 deletions man/mlr_learners_classif.debug.Rd

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

0 comments on commit 0189c24

Please sign in to comment.