-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.59 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.59 KB
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
53
54
55
56
Package: ReSurv
Type: Package
Title: Machine Learning Models for Predicting Claim Counts
Version: 1.0.1
Authors@R:
c(person(given = "Emil",
family = "Hofman",
role = c("aut", "cre", "cph"),
email="emil_hofman@hotmail.dk"),
person(given = "Gabriele",
family = "Pittarello",
role = c("aut", "cph"),
email = "gabriele.pittarello@uniroma1.it",
comment = c(ORCID = "0000-0003-3360-5826")),
person(given = "Munir",
family = "Hiabu",
email="mh@math.ku.dk",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-5846-667X")))
Description: Prediction of claim counts using the feature based development factors introduced in the manuscript Hiabu M., Hofman E. and Pittarello G. (2023) <doi:10.48550/arXiv.2312.14549>.
Implementation of Neural Networks, Extreme Gradient Boosting,
and Cox model with splines to optimise the partial log-likelihood of proportional hazard models.
URL: https://github.com/edhofman/ReSurv
BugReports: https://github.com/edhofman/ReSurv/issues
License: GPL (>= 2)
Depends: tidyverse
Imports:
stats,
dplyr,
actuar,
dtplyr,
fastDummies,
forecast,
data.table,
purrr,
tidyr,
tibble,
ggplot2,
survival,
reshape2,
bshazard,
SynthETIC,
rpart,
reticulate,
xgboost,
SHAPforxgboost
SystemRequirements: Python (>= 3.8.0)
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.3.2
Config/testthat/edition: 3