Skip to content

Commit

Permalink
Revert "release: 0.12.0 (#97)"
Browse files Browse the repository at this point in the history
This reverts commit da7025c.
  • Loading branch information
be-marc authored Mar 9, 2024
1 parent da7025c commit a392b59
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 28 deletions.
4 changes: 2 additions & 2 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.12.0
Version: 0.11.0.9000
Authors@R: c(
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand Down Expand Up @@ -45,7 +45,7 @@ Encoding: UTF-8
Language: en-US
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.2.3
Collate:
'ArchiveFSelect.R'
'AutoFSelector.R'
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mlr3fselect 0.12.0
# mlr3fselect (development version)

* feat: Add number of features to `instance$result`.
* feat: Add `ties_method` options `"least_features"` and `"random"` to `ArchiveFSelect$best()`.
Expand All @@ -10,7 +10,7 @@
* fix: Include `FSelector` in hash of `AutoFSelector`.
* refactor: Change default batch size of `FSelectorRandomSearch` to 10.
* feat: Add `batch_size` parameter to `FSelectorExhaustiveSearch` to reduce memory consumption.
* compatibility: Work with new paradox version 1.0.0
* Compatibility with upcoming paradox release.

# mlr3fselect 0.11.0

Expand Down
1 change: 1 addition & 0 deletions R/bibentries.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ bibentries = c(
address = "New York, NY",
pages = "61--92",
isbn = "978-1-4614-6849-3",
doi = "10.1007/978-1-4614-6849-3_4",
url = "https://doi.org/10.1007/978-1-4614-6849-3_4"
)
)
Expand Down
2 changes: 1 addition & 1 deletion man/mlr3fselect.one_se_rule.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/mlr_fselectors.Rd

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

6 changes: 3 additions & 3 deletions man/mlr_fselectors_design_points.Rd

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

6 changes: 3 additions & 3 deletions man/mlr_fselectors_exhaustive_search.Rd

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

6 changes: 3 additions & 3 deletions man/mlr_fselectors_genetic_search.Rd

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

6 changes: 3 additions & 3 deletions man/mlr_fselectors_random_search.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/mlr_fselectors_rfe.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/mlr_fselectors_rfecv.Rd

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

6 changes: 3 additions & 3 deletions man/mlr_fselectors_sequential.Rd

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

6 changes: 3 additions & 3 deletions man/mlr_fselectors_shadow_variable_search.Rd

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

0 comments on commit a392b59

Please sign in to comment.