-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 1005 Bytes
/
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
Package: feseR
Type: Package
Title: Feature Selection workflow in R
Version: 0.2.0
Author: Enrique Audain
Maintainer: Enrique Audain <enrique.audain@gmail.com> & Dmitry Rychkov <dmitrychkov@gmail.com>
Description: This package provides funcionalities to combine multiple features selection methods into a workflow.
The methods used can be classify in three main categories: i) Univariate filters,
ii) Multivariate filters and iii) Wrapper method. It also provides functions to visualize the feature
selection process.
License: GPL-2 | file LICENSE
Encoding: UTF-8
Imports:
caret,
e1071,
randomForest,
FSelector,
plyr,
ggbiplot,
ggplot2,
corrplot,
ROCR,
foreach,
doParallel
Suggests:
testthat,
knitr,
rmarkdown
Depends: R (>= 2.10)
LazyData: TRUE
URL: http://github.com/enriquea/feseR
BugReports: http://github.com/enriquea/feseR/issues
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)