-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 905 Bytes
/
DESCRIPTION
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
Package: missTune
Title: Imputation of Missing Values by Automatic Tuned Chained Spatial Tree Ensembles
Version: 0.0.0.9000
Authors@R:
person(given = "Konstantinos",
family = "Vantas",
role = c("aut", "cre"),
email = "[email protected]")
Description: An impementation of automatic tuned spatial tree ensembles using
Random Forests. The 'MissForest' algorithm is used as a basis to
impute mixed-type data sets by chaining tree ensembles, introduced by
Stekhoven, D.J. and Buehlmann, P. (2012). <doi:10.1093/bioinformatics/btr597>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/kvantas/missTune
BugReports: https://github.com/kvantas/missTune/issues
Suggests:
covr (>= 3.1),
testthat (>= 2.0),
spelling (>= 1.2)
Language: en-US
RoxygenNote: 6.1.1
Imports:
randomForest (>= 4.6),
assertthat (>= 0.2)