-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.05 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
46
47
48
49
50
51
52
Package: dsCWB
Type: Package
Title: Component-wise Boosting Implementation for DataSHIELD
Authors@R:
c(person(given = "Daniel",
family = "Schalk",
role = c("aut", "cre"),
email = "daniel.schalk@stat.uni-muenchen.de"))
Version: 0.0.1
License: LGPL-3
Description: Component-wise boosting implementation for DataSHIELD.
Depends:
R (>= 3.1.0)
Imports:
DSI,
checkmate,
R6,
Matrix,
cpsp
Suggests:
DSOpal,
ggplot2,
ggrepel,
testthat,
opalr,
dsBaseClient
Remotes:
schalkdaniel/cpsp,
datashield/dsBaseClient
AggregateMethods:
getClientInit,
getClientXtX,
getClientXty,
getClientSSE,
getCoefficients,
getRisk,
getFeatureNames,
getOptimalConstant,
getClientTaskType,
getClientNrow,
getClientModelCoefficients,
getClientTrainValObs,
getBlHyperpars
AssignMethods:
createClientModel,
initClientModel,
initSiteConstant,
updateClientBaselearner,
updateClientPenalty,
dsNaRm
Options: datashield.privacyLevel=5
RoxygenNote: 7.1.1