-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
57 lines (57 loc) · 1.65 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
53
54
55
56
57
Package: DeepPatientLevelPrediction
Type: Package
Title: Deep Learning For Patient Level Prediction Using Data In The OMOP Common Data Model
Version: 1.9.0
Date: 18-04-2023
Authors@R: c(
person("Egill", "Fridgeirsson", email = "[email protected]", role = c("aut", "cre")),
person("Jenna", "Reps", email = "[email protected]", role = c("aut")),
person("Seng", "Chan You", role = c("aut")),
person("Chungsoo", "Kim", role = c("aut")),
person("Henrik", "John", role = c("aut"))
)
Maintainer: Egill Fridgeirsson <[email protected]>
Description: A package for creating deep learning patient level prediction models following the OHDSI PatientLevelPrediction framework.
License: Apache License 2.0
URL: https://github.com/OHDSI/DeepPatientLevelPrediction
BugReports: https://github.com/OHDSI/DeepPatientLevelPrediction/issues
VignetteBuilder: knitr
Depends:
R (>= 4.0.0)
Imports:
dplyr,
FeatureExtraction (>= 3.0.0),
ParallelLogger (>= 2.0.0),
PatientLevelPrediction (>= 6.3.2),
rlang,
withr,
reticulate (>= 1.31)
Suggests:
devtools,
Eunomia,
knitr,
markdown,
plyr,
testthat,
PRROC,
ResultModelManager (>= 0.2.0),
DatabaseConnector (>= 6.0.0)
Remotes:
ohdsi/PatientLevelPrediction,
ohdsi/FeatureExtraction,
ohdsi/Eunomia,
ohdsi/ResultModelManager
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3
Config/reticulate:
list(
packages = list(
list(package = "torch"),
list(package = "polars"),
list(package = "tqdm"),
list(package = "connectorx"),
list(package = "scikit-learn"),
list(package = "pyarrow")
)
)