forked from nfj1380/mrIML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (49 loc) · 1.49 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
Package: mrIML
Type: Package
Title: Multi Response Interpretable Machine Learning
Version: 1.0.0
Authors@R: c(person("Nick","Fountain-Jones", email = "nfountainjones@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9248-8493")),
person("Nicholas","Clark", role = c("aut")),
person("Chris","Kozakiewicz", role = c("aut")),
person("Gustavo","Machado",email = "gmachad@ncsu.edu", role = c("aut"),
comment = c(ORCID = "0000-0001-7552-6144")))
Description: This package aims to enable users to build and interpret multivariate machine learning models harnessing the tidyverse (tidy model syntax in particular). This package builds off ideas from Gradient Forests (Ellis et al 2012), ecological genomic approaches (Fitzpatrick and Keller, 2014) and multi-response stacking algorithms (Xing et al 2019).
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Imports:
vip,
tidymodels,
randomForest,
gbm,
tidyverse,
parallel,
doParallel,
viridis,
janitor,
hrbrthemes,
xgboost,
vegan,
flashlight,
ggrepel,
parsnip,
rsample,
workflows,
stats,
utils,
ranger,
pdp,
rmarkdown
Suggests:
caret,
devtools,
themis,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://nfj1380.github.io/mrIML
BugReports: https://github.com/nfj1380/mrIML/issues