-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
36 lines (36 loc) · 1.05 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
Package: enpls
Type: Package
Title: Ensemble Partial Least Squares Regression
Version: 6.1
Authors@R: c(
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Dong-Sheng", "Cao", role = c("aut")),
person("Miao-Zhu", "Li", email = "[email protected]", role = c("aut")),
person("Qing-Song", "Xu", email = "[email protected]", role = c("aut"))
)
Maintainer: Nan Xiao <[email protected]>
Description: An algorithmic framework for measuring feature importance,
outlier detection, model applicability domain evaluation,
and ensemble predictive modeling with (sparse)
partial least squares regressions.
License: GPL-3 | file LICENSE
URL: https://nanx.me/enpls/, https://github.com/nanxstats/enpls
BugReports: https://github.com/nanxstats/enpls/issues
Depends:
R (>= 3.0.2)
LazyData: TRUE
VignetteBuilder: knitr
Imports:
pls,
spls,
foreach,
doParallel,
ggplot2,
reshape2,
plotly
Suggests:
knitr,
rmarkdown
Encoding: UTF-8
RoxygenNote: 7.1.2