R/bibentries.R

#' @importFrom utils bibentry
bibentries = c( # nolint start
  vanschoren2014 = bibentry("article",
    doi       = "10.1145/2641190.2641198",
    year      = "2014",
    month     = "jun",
    publisher = "Association for Computing Machinery (ACM)",
    volume    = "15",
    number    = "2",
    pages     = "49--60",
    author    = "Joaquin Vanschoren and Jan N. van Rijn and Bernd Bischl and Luis Torgo",
    title     = "OpenML",
    journal   = "ACM SIGKDD Explorations Newsletter"
  ),
  openml_r = bibentry("article",
    title     = "{OpenML}: An {R} Package to Connect to the Machine Learning Platform {OpenML}",
    author    = "Giuseppe Casalicchio and Jakob Bossek and Michel Lang and Dominik Kirchhoff and Pascal Kerschke and Benjamin Hofner and Heidi Seibold and Joaquin Vanschoren and Bernd Bischl",
    journal   = "Computational Statistics",
    year      = "2017",
    pages     = "1--15",
    doi       = "10.1007/s00180-017-0742-2",
  )
) # nolint end
mlr-org/mlr3oml documentation built on Aug. 12, 2024, 7:32 p.m.