Skip to content

Commit

Permalink
docs: citation
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 6, 2024
1 parent 7a371df commit 949069b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
5 changes: 4 additions & 1 deletion R/FilterBoruta.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
#'
#' @description
#' Filter using the Boruta algorithm for feature selection.
#' Boruta is a wrapper
#' If `keep = "tentative"`, confirmed and tentative features are returned.
#'
#' @references
#' `r format_bib("kursa_2010")`
#'
#' @family Filter
#' @include Filter.R
Expand Down
11 changes: 10 additions & 1 deletion R/bibentries.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,14 @@ bibentries = c(
author = "Andrea Bommert and Thomas Welchowski and Matthias Schmid and J\u00f6rg Rahnenf\u00fchrer",
title = "Benchmark of filter methods for feature selection in high-dimensional gene expression survival data",
journal = "Briefings in Bioinformatics"
)
),

kursa_2010 = bibentry("article",
title = "Feature Selection with the Boruta Package",
volume = "36",
number = "11",
journal = "Journal of Statistical Software",
author = "Miron B. Kursa and Witold R. Rudnicki",
year = "2010",
pages = "1–13")
)
7 changes: 6 additions & 1 deletion man/mlr_filters_boruta.Rd

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

0 comments on commit 949069b

Please sign in to comment.