-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
32 lines (32 loc) · 1.03 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
Package: FeatureSelection
Type: Package
Title: Feature extraction and selection based on 'glmnet', 'xgboost' and 'ranger'
Version: 1.0.0
Date: 2024-08-09
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")))
Maintainer: Lampros Mouselimis <[email protected]>
BugReports: https://github.com/mlampros/FeatureSelection/issues
URL: https://github.com/mlampros/FeatureSelection
Description: Feature extraction and selection based on 'glmnet', 'xgboost' and 'ranger' R packages. This package allows also the plotting of selected features and observing the correlation of multiple predictors.
Depends:
R(>= 3.3.0)
Imports:
doParallel,
data.table,
glmnet,
ranger,
xgboost,
Matrix,
magrittr,
utils,
stats,
graphics,
grDevices,
rlang
Suggests:
testthat,
covr
SystemRequirements: update: apt-get -y update (deb)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.0