Skip to content

Commit

Permalink
Version bump and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jan 23, 2021
1 parent 498bd53 commit 9448e7f
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 8 deletions.
9 changes: 3 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3fselect
Title: Feature Selection for 'mlr3'
Version: 0.4.1.9000
Version: 0.5.0
Authors@R:
c(person(given = "Marc",
family = "Becker",
Expand Down Expand Up @@ -34,22 +34,19 @@ BugReports: https://github.com/mlr-org/mlr3fselect/issues
Depends:
R (>= 3.1.0)
Imports:
bbotk (>= 0.2.2.9000),
bbotk (>= 0.3.0),
checkmate (>= 2.0.0),
data.table,
lgr,
mlr3 (>= 0.7.0),
mlr3misc (>= 0.7.0),
mlr3pipelines (>= 0.3.0),
paradox (>= 0.6.0.9000),
paradox (>= 0.7.0),
R6
Suggests:
genalg,
rpart,
testthat (>= 3.0.0)
Remotes:
mlr-org/bbotk,
mlr-org/paradox
Encoding: UTF-8
NeedsCompilation: no
Config/testthat/edition: 3
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# mlr3fselect 0.4.1.9000
# mlr3fselect 0.5.0

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

# mlr3fselector 0.4.1

Expand Down
2 changes: 1 addition & 1 deletion man-roxygen/example.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
#' instance$result
#'
#' # Allows access of data.table of full path of all evaluations
#' as.data.table(instance$archive)
#' as.data.table(instance$archive)}
24 changes: 24 additions & 0 deletions man/FSelectorExhaustiveSearch.Rd

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

24 changes: 24 additions & 0 deletions man/FSelectorRandomSearch.Rd

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

24 changes: 24 additions & 0 deletions man/FSelectorSequential.Rd

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

0 comments on commit 9448e7f

Please sign in to comment.