-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.06 KB
/
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
27
28
29
30
31
32
33
34
Package: forestControl
Type: Package
Title: Approximate False Positive Rate Control in Selection Frequency for Random
Forest
Version: 0.2.2
Date: 2022-02-09
Authors@R: c(
person("Tom", "Wilson", , "tpw2@aber.ac.uk", c("aut", "cre"), comment = c(ORCID = "0000-0003-3112-4682")),
person("Jasen", "Finch", , "jsf9@aber.ac.uk", "aut"))
Description: Approximate false positive rate control in selection frequency for
random forest using the methods described by Ender Konukoglu and Melanie Ganz (2014) <arXiv:1410.2838>.
Methods for calculating the selection frequency threshold at false positive rates
and selection frequency false positive rate feature selection.
Imports:
Rcpp,
purrr,
tibble,
magrittr,
dplyr
Suggests:
testthat,
randomForest,
ranger,
parsnip,
knitr,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/aberHRML/forestControl
BugReports: https://github.com/aberHRML/forestControl/issues
RoxygenNote: 7.1.1
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr