File: CITATION

package info (click to toggle)
r-cran-mlr 2.19.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,392 kB
  • sloc: ansic: 65; sh: 13; makefile: 5
file content (107 lines) | stat: -rwxr-xr-x 3,013 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
bref = c(
  bibentry(
    bibtype = "Article",
    key = "mlr",
    title = "{mlr}: Machine Learning in R",
    author = c(
      person("Bernd", "Bischl"),
      person("Michel", "Lang"),
      person("Lars", "Kotthoff"),
      person("Julia", "Schiffner"),
      person("Jakob", "Richter"),
      person("Erich", "Studerus"),
      person("Giuseppe", "Casalicchio"),
      person("Zachary M.", "Jones")
    ),
    journal = "Journal of Machine Learning Research",
    year = 2016L,
    volume = 17L,
    number = 170L,
    pages = "1-5",
    url = "https://jmlr.org/papers/v17/15-066.html"
  ),
  bibentry(
    bibtype = "Article",
    key = "automatic",
    title = "Automatic model selection for high-dimensional survival analysis",
    author = c(
      person("Michel", "Lang"),
      person("Helena", "Kotthaus"),
      person("Peter", "Marwedel"),
      person("Claus", "Weihs"),
      person("Joerg", "Rahnenfuehrer"),
      person("Bernd", "Bischl")
    ),
    journal = "Journal of Statistical Computation and Simulation",
    year = 2014L,
    volume = 85L,
    number = 1L,
    pages = "62-76",
    publisher= "Taylor & Francis"
  ),
  bibentry(
    bibtype = "incollection",
    title = "On Class Imbalance Correction for Classification Algorithms in Credit Scoring",
    key = 'bischl2016class',
    author = c(
      person("Bernd", "Bischl"),
      person("Tobias", "Kuehn"),
      person("Gero", "Szepannek")
    ),
    booktitle = "Operations Research Proceedings 2014",
    pages = "37-43",
    year = 2016L,
    publisher = "Springer"
  ),
  bibentry(
    bibtype = "Article",
    title = "mlrMBO: A Modular Framework for Model-Based Optimization of Expensive Black-Box Functions",
    key = "mlrmbo",
    author = c(
      person("Bernd", "Bischl"),
      person("Jakob", "Richter"),
      person("Jakob", "Bossek"),
      person("Daniel", "Horn"),
      person("Janek", "Thomas"),
      person("Michel", "Lang")
    ),
    journal = "arXiv preprint arXiv:1703.03373",
    year = 2017L
  ),
  bibentry(
    bibtype = "Article",
    title = "Multilabel Classification with R Package mlr",
    key = "multilabel",
    author = c(
      person("Philipp", "Probst"),
      person("Quay", "Au"),
      person("Giuseppe", "Casalicchio"),
      person("Clemens", "Stachl"),
      person("Bernd", "Bischl")
    ),
    journal = "arXiv preprint arXiv:1703.08991",
    year = 2017L
  ),
  bibentry(
    bibtype = "Article",
    title = "OpenML: An R package to connect to the machine learning platform OpenML",
    key = "openml",
    author = c(
      person("Giuseppe", "Casalicchio"),
      person("Jakob", "Bossek"),
      person("Michel", "Lang"),
      person("Dominik", "Kirchhoff"),
      person("Pascal", "Kerschke"),
      person("Benjamin", "Hofner"),
      person("Heidi", "Seibold"),
      person("Joaquin", "Vanschoren"),
      person("Bernd", "Bischl")
    ),
    journal = "Computational Statistics",
    pages = "1-15",
    year = 2017L,
    publisher = "Springer"
  )
)

# vim: ft=r