Skip to content

Commit b7004b6

Browse files
authored
hEFS: add paper link in some places (#157)
* add hEFS 2026 reference * update roxygen * update news * add hEFS citation in README * update docs * fix non-ASCII character * remove URL, doi is enough
1 parent 358f087 commit b7004b6

44 files changed

Lines changed: 302 additions & 165 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Encoding: UTF-8
5454
Language: en-US
5555
NeedsCompilation: no
5656
Roxygen: list(markdown = TRUE)
57-
RoxygenNote: 7.3.2
57+
RoxygenNote: 7.3.3
5858
Collate:
5959
'ArchiveAsyncFSelect.R'
6060
'ArchiveAsyncFSelectFrozen.R'

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# mlr3fselect (development version)
22

33
* refactor: Remove rush backward compatibility.
4+
* docs: add hEFS reference.
45

56
# mlr3fselect 1.5.1
67

R/EnsembleFSResult.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#' Combines multiple [EnsembleFSResult] objects into a new [EnsembleFSResult].
2222
#'
2323
#' @references
24-
#' `r format_bib("das1999", "meinshausen2010")`
24+
#' `r format_bib("das1999", "meinshausen2010", "zobolas2026")`
2525
#'
2626
#' @export
2727
#' @examplesIf mlr3misc::require_namespaces("fastVoteR", quietly = TRUE)

R/bibentries.R

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,23 @@ bibentries = c(
126126
),
127127
hedou2024 = bibentry("article",
128128
#nolint next
129-
author = "Hedou, Julien and Maric, Ivana and Bellan, Gregoire and Einhaus, Jakob and Gaudilliere, Dyani K. and Ladant, Francois Xavier and Verdonk, Franck and Stelzer, Ina A. and Feyaerts, Dorien and Tsai, Amy S. and Ganio, Edward A. and Sabayev, Maximilian and Gillard, Joshua and Amar, Jonas and Cambriel, Amelie and Oskotsky, Tomiko T. and Roldan, Alennie and Golob, Jonathan L. and Sirota, Marina and Bonham, Thomas A. and Sato, Masaki and Diop, Maigane and Durand, Xavier and Angst, Martin S. and Stevenson, David K. and Aghaeepour, Nima and Montanari, Andrea and Gaudilliere, Brice",
130-
doi = "10.1038/s41587-023-02033-x",
131-
issn = "1546-1696",
132-
journal = "Nature Biotechnology 2024",
133-
month = "jan",
134-
pages = "1--13",
129+
author = "Hedou, Julien and Maric, Ivana and Bellan, Gregoire and Einhaus, Jakob and Gaudilliere, Dyani K. and Ladant, Francois Xavier and Verdonk, Franck and Stelzer, Ina A. and Feyaerts, Dorien and Tsai, Amy S. and Ganio, Edward A. and Sabayev, Maximilian and Gillard, Joshua and Amar, Jonas and Cambriel, Amelie and Oskotsky, Tomiko T. and Roldan, Alennie and Golob, Jonathan L. and Sirota, Marina and Bonham, Thomas A. and Sato, Masaki and Diop, Maigane and Durand, Xavier and Angst, Martin S. and Stevenson, David K. and Aghaeepour, Nima and Montanari, Andrea and Gaudilliere, Brice",
130+
doi = "10.1038/s41587-023-02033-x",
131+
issn = "1546-1696",
132+
journal = "Nature Biotechnology 2024",
133+
month = "jan",
134+
pages = "1--13",
135135
publisher = "Nature Publishing Group",
136-
title = "Discovery of sparse, reliable omic biomarkers with Stabl",
137-
url = "https://www.nature.com/articles/s41587-023-02033-x",
138-
year = "2024"
136+
title = "Discovery of sparse, reliable omic biomarkers with Stabl",
137+
url = "https://www.nature.com/articles/s41587-023-02033-x",
138+
year = "2024"
139+
),
140+
zobolas2026 = bibentry("article",
141+
author = "Zobolas, John and George, Anne-Marie and Lopez, Alberto and Fischer, Sebastian and Becker, Marc and Aittokallio, Tero",
142+
doi = "10.1186/s13040-026-00546-0",
143+
issn = "1756-0381",
144+
journal = "BioData Mining",
145+
title = "Prognostic biomarker discovery in pancreatic cancer through hybrid ensemble feature selection and multi-omics data",
146+
year = "2026"
139147
)
140148
)

R/embedded_ensemble_fselect.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#' @returns an [EnsembleFSResult] object.
4040
#'
4141
#' @source
42-
#' `r format_bib("meinshausen2010", "hedou2024")`
42+
#' `r format_bib("meinshausen2010", "hedou2024", "zobolas2026")`
4343
#' @export
4444
#' @examples
4545
#' \donttest{

R/ensemble_fselect.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#' @returns an [EnsembleFSResult] object.
6161
#'
6262
#' @source
63-
#' `r format_bib("saeys2008", "abeel2010", "pes2020")`
63+
#' `r format_bib("saeys2008", "abeel2010", "pes2020", "zobolas2026")`
6464
#' @export
6565
#' @examples
6666
#' \donttest{

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ If you use **mlr3fselect** in your work, please cite the package:
137137
138138
The **ensemble feature selection** components (hEFS) are described in the following study:
139139

140-
> Zobolas, J., George, A.-M., López, A., Fischer, S., Becker, M., & Aittokallio, T. (2025). Optimizing prognostic biomarker discovery in pancreatic cancer through hybrid ensemble feature selection and multi-omics data. arXiv. https://arxiv.org/pdf/2509.02648
140+
> Zobolas, J., George, AM., López, A., Fischer, S., Becker, M., & Aittokallio, T. Prognostic biomarker discovery in pancreatic cancer through hybrid ensemble feature selection and multi-omics data. BioData Mining (2026). https://doi.org/10.1186/s13040-026-00546-0

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,11 @@ instance = fsi(
105105
instance
106106
```
107107

108-
## <FSelectInstanceBatchSingleCrit>
109-
## * State: Not optimized
110-
## * Objective: <ObjectiveFSelectBatch:classif.svm_on_spam>
111-
## * Terminator: <TerminatorEvals>
108+
##
109+
## ── <FSelectInstanceBatchSingleCrit> ────────────────────────────────────────────────────────────────
110+
## • State: Not optimized
111+
## • Objective: <ObjectiveFSelectBatch> (classif.svm_on_spam)
112+
## • Terminator: <TerminatorEvals>
112113

113114
We select a simple random search as the optimization algorithm.
114115

@@ -117,10 +118,11 @@ fselector = fs("random_search", batch_size = 5)
117118
fselector
118119
```
119120

120-
## <FSelectorBatchRandomSearch>: Random Search
121-
## * Parameters: batch_size=5
122-
## * Properties: single-crit, multi-crit
123-
## * Packages: mlr3fselect
121+
##
122+
## ── <FSelectorBatchRandomSearch>: Random Search ─────────────────────────────────────────────────────
123+
## • Parameters: batch_size=5
124+
## • Properties: single-crit and multi-crit
125+
## • Packages: mlr3fselect
124126

125127
To start the feature selection, we simply pass the instance to the
126128
fselector.
@@ -202,7 +204,7 @@ If you use **mlr3fselect** in your work, please cite the package:
202204
The **ensemble feature selection** components (hEFS) are described in
203205
the following study:
204206

205-
> Zobolas, J., George, A.-M., López, A., Fischer, S., Becker, M., &
206-
> Aittokallio, T. (2025). Optimizing prognostic biomarker discovery in
207-
> pancreatic cancer through hybrid ensemble feature selection and
208-
> multi-omics data. arXiv. <https://arxiv.org/pdf/2509.02648>
207+
> Zobolas, J., George, AM., López, A., Fischer, S., Becker, M., &
208+
> Aittokallio, T. Prognostic biomarker discovery in pancreatic cancer
209+
> through hybrid ensemble feature selection and multi-omics data.
210+
> BioData Mining (2026). <https://doi.org/10.1186/s13040-026-00546-0>

man/ArchiveAsyncFSelect.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ArchiveBatchFSelect.Rd

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

0 commit comments

Comments
 (0)