forked from OHDSI/PatientLevelPrediction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
93 lines (93 loc) · 2.15 KB
/
DESCRIPTION
File metadata and controls
93 lines (93 loc) · 2.15 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: PatientLevelPrediction
Type: Package
Title: Package for patient level prediction using data in the OMOP Common Data
Model
Version: 4.3.10
Date: 2021-06-07
Authors@R: c(
person("Jenna", "Reps", email = "jreps@its.jnj.com", role = c("aut", "cre")),
person("Martijn", "Schuemie", role = c("aut")),
person("Marc", "Suchard", role = c("aut")),
person("Patrick", "Ryan", role = c("aut")),
person("Peter", "Rijnbeek", role = c("aut"))
)
Maintainer: Jenna Reps <jreps@its.jnj.com>
Description: A package for creating patient level prediction models. Given a
cohort of interest and an outcome of interest, the package can use data in the
OMOP Common Data Model to build a large set of features. These features can then
be assessed to fit a predictive model using a number of machine learning algorithms.
Several performance measures are implemented for model evaluation.
License: Apache License 2.0
URL: https://ohdsi.github.io/PatientLevelPrediction, https://github.com/OHDSI/PatientLevelPrediction
BugReports: https://github.com/OHDSI/PatientLevelPrediction/issues
VignetteBuilder: knitr
Depends:
R (>= 3.3.0),
FeatureExtraction (>= 3.0.0)
Imports:
Andromeda,
benchmarkme,
bit64,
Cyclops (>= 3.0.0),
DatabaseConnector (>= 3.0.0),
dplyr,
ggplot2,
gridExtra,
Hmisc,
magrittr,
Matrix,
parallel,
ParallelLogger (>= 2.0.0),
PRROC,
Rcpp (>= 0.11.2),
reshape2,
reticulate (> 1.16),
rlang,
rms,
RSQLite,
slam,
SqlRender (>= 1.1.3),
survival,
tibble,
tidyr,
tools,
utils,
zeallot
Suggests:
AUC,
aws.s3,
BigKnn (>= 1.0.0),
devtools,
diagram,
DT,
gnm,
htmlwidgets (> 0.8),
htmltools,
keras,
knitr,
markdown,
Metrics,
officer,
plotly,
plyr,
pROC,
R6,
ResourceSelection,
rmarkdown,
scoring,
shiny,
shinycssloaders,
shinydashboard,
SparseM,
survAUC,
survminer,
tensorflow,
testthat,
xgboost (> 1.3.2.1)
Remotes:
ohdsi/FeatureExtraction,
ohdsi/BigKnn
LinkingTo: Rcpp
NeedsCompilation: yes
RoxygenNote: 7.1.1
Encoding: UTF-8