-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
64 lines (64 loc) · 1.59 KB
/
DESCRIPTION
File metadata and controls
64 lines (64 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
57
58
59
60
61
62
63
64
Package: pipeML
Title: A flexible and modular machine learning framework designed to support leakage-free model training through custom cross-validation fold construction
Version: 0.0.1
Authors@R: c(
person("Marcelo", "Hurtado", , "marcelo.hurtado@inserm.fr", role = c("aut", "cre"),
comment = c(ORCID = "0009-0004-6712-0864")),
person("Vera", "Pancaldi", , "vera.pancaldi@inserm.fr", role = "aut",
comment = c(ORCID = "0000-0002-7433-624X")))
Description: pipeML enables users to recompute global dataset features independently within each cross-validation fold, ensuring strict separation between training and test data, while preserving compatibility with a wide range of machine learning algorithms for both classification and survival tasks.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
doParallel,
dplyr,
foreach,
caret,
ggplot2,
reshape2,
grDevices,
parallel,
purrr (>= 1.0.2),
stats,
tibble,
tidyr,
Boruta,
survival,
survminer,
fastshap,
dials,
parsnip,
rsample,
workflows,
tune,
yardstick
Remotes:
VeraPancaldiLab/multideconv,
Suggests:
testthat (>= 3.0.0),
knitr,
matlib,
C50,
randomForest,
glmnet,
xgboost,
kernlab,
rmarkdown,
tidyverse,
tidymodels,
cowplot,
recipes,
censored,
flexsurv,
coin,
aorsf,
WGCNA
LazyData: true
LazyDataCompression: bzip2
VignetteBuilder: knitr
Depends:
R (>= 4.3)
Config/testthat/edition: 3
URL: https://verapancaldilab.github.io/pipeML