Skip to content

Commit 9448e7f

Browse files
committed
Version bump and doc
1 parent 498bd53 commit 9448e7f

File tree

6 files changed

+78
-8
lines changed

6 files changed

+78
-8
lines changed

DESCRIPTION

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3fselect
22
Title: Feature Selection for 'mlr3'
3-
Version: 0.4.1.9000
3+
Version: 0.5.0
44
Authors@R:
55
c(person(given = "Marc",
66
family = "Becker",
@@ -34,22 +34,19 @@ BugReports: https://github.com/mlr-org/mlr3fselect/issues
3434
Depends:
3535
R (>= 3.1.0)
3636
Imports:
37-
bbotk (>= 0.2.2.9000),
37+
bbotk (>= 0.3.0),
3838
checkmate (>= 2.0.0),
3939
data.table,
4040
lgr,
4141
mlr3 (>= 0.7.0),
4242
mlr3misc (>= 0.7.0),
4343
mlr3pipelines (>= 0.3.0),
44-
paradox (>= 0.6.0.9000),
44+
paradox (>= 0.7.0),
4545
R6
4646
Suggests:
4747
genalg,
4848
rpart,
4949
testthat (>= 3.0.0)
50-
Remotes:
51-
mlr-org/bbotk,
52-
mlr-org/paradox
5350
Encoding: UTF-8
5451
NeedsCompilation: no
5552
Config/testthat/edition: 3

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# mlr3fselect 0.4.1.9000
1+
# mlr3fselect 0.5.0
22

33
- `FSelectorRFE` stores importance values of each evaluated feature set in
44
archive.
5+
- `ArchiveFSelect$data` is a public field now.
56

67
# mlr3fselector 0.4.1
78

man-roxygen/example.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
#' instance$result
2121
#'
2222
#' # Allows access of data.table of full path of all evaluations
23-
#' as.data.table(instance$archive)
23+
#' as.data.table(instance$archive)}

man/FSelectorExhaustiveSearch.Rd

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/FSelectorRandomSearch.Rd

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/FSelectorSequential.Rd

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)