forked from EoghanONeill/safeBart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 968 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
Package: safeBart
Title: safeBART is an implementation of Bayesian Additive Regression Trees using importance sampling. This combines aspects of BART-BMA (Hernandez et al. 2018) and safe-Bayesian Random Forests (Quadrianto and Ghahramani 2015).
Version: 0.0.0.9000
Authors@R:
person(given = "Eoghan",
family = "O'Neill",
role = c("aut", "cre"),
email = "oneill.eoghan.1@gmail.com")
Description: safeBART is an implementation of Bayesian Additive Regression Trees using importance sampling. This combines aspects of BART-BMA (Hernandez et al. 2018) and safe-Bayesian Random Forests (Quadrianto and Ghahramani 2015).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
LinkingTo:
Rcpp,
RcppArmadillo,
dqrng,
BH,
sitmo
Imports:
Rcpp,
dqrng
URL: https://github.com/EoghanONeill/safeBart
BugReports: https://github.com/EoghanONeill/safeBart/issues