R/bibentries.R

#' @importFrom utils bibentry
bibentries = c(
  bommert_2020 = bibentry("article",
    doi        = "10.1016/j.csda.2019.106839",
    year       = "2020",
    month      = "3",
    publisher  = "Elsevier {BV}",
    volume     = "143",
    pages      = "106839",
    author     = "Andrea Bommert and Xudong Sun and Bernd Bischl and J\u00f6rg Rahnenf\u00fchrer and Michel Lang",
    title      = "Benchmark for filter methods for feature selection in high-dimensional classification data",
    journal    = "Computational Statistics & Data Analysis"
  ),

  kursa_2021 = bibentry("article",
    doi        = "10.1016/j.softx.2021.100819",
    year       = "2021",
    month      = "12",
    publisher  = "Elsevier {BV}",
    volume     = "16",
    pages      = "100819",
    author     = "Miron B. Kursa",
    title      = "Praznik: High performance information-based feature selection",
    journal    = "{SoftwareX}"
  ),

  bommert_2021 = bibentry("article",
    doi = "0.1093/bib/bbab354",
    year = "2021",
    month = "9",
    publisher = "Oxford University Press ({OUP})",
    volume = "23",
    number = "1",
    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"
  )
)

Try the mlr3filters package in your browser

Any scripts or data that you put into this service are public.

mlr3filters documentation built on Feb. 16, 2023, 7:29 p.m.