-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.3 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
35
36
37
38
39
40
41
42
43
44
45
Type: Package
Package: alocvBeta
Title: Approximate Leave-One-Out Risk Estimation
Version: 0.05
Date: 2019-02-17
Authors@R:
c(person(given = "Linyun",
family = "He",
role = "aut",
email = "lh2870@columbia.edu"),
person(given = "Wanchao",
family = "Qin",
role = "aut",
email = "wq2137@columbia.edu"),
person(given = "Peng",
family = "Xu",
role = c("aut", "cre"),
email = "px2132@columbia.edu"),
person(given = "Yuze",
family = "Zhou",
role = "aut",
email = "yuze.zhou@columbia.edu"))
Author: Linyun He <lh2870@columbia.edu> [aut], Wanchao Qin
<wq2137@columbia.edu> [aut], Peng Xu <px2132@columbia.edu> [aut, cre],
Yuze Zhou <yuze.zhou@columbia.edu> [aut]
Maintainer: Peng Xu <px2132@columbia.edu>
Description: Computationally effcient approximation of the
leave-one-out cross validation risk for (non)-smooth losses and
regularizers.
License: GPL-3
URL: https://github.com/Francis-Hsu/alocv
BugReports: https://github.com/Francis-Hsu/alocv/issues
Depends:
glmnet,
e1071
Imports:
Rcpp (>= 0.12.18)
LinkingTo:
Rcpp,
RcppArmadillo
Encoding: UTF-8
RoxygenNote: 6.1.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr