-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.09 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
Package: FeatureTerminatoR
Type: Package
Title: Feature Selection Engine to Remove Features with Minimal Predictive Power
Version: 1.0.0
Authors@R: c(
person("Gary", "Hutson", , "hutsons-hacks@outlook.com", c("aut", "cre"), comment = c(ORCID="0000-0003-3534-6143")))
Maintainer: Gary Hutson <hutsons-hacks@outlook.com>
Description: The aim is to take in data.frame inputs and utilises methods, such as recursive feature engineering, to enable the features to be removed.
What this does differently from the other packages, is that it gives you the choice to remove the variables manually, or it automated this process.
Feature selection is a concept in machine learning, and statistical pipelines, whereby unimportant, or less predictive variables are eliminated from the analysis, see Boughaci (2018) <doi:10.1007/s40595-018-0107-y>.
License: GPL-3
Encoding: UTF-8
Imports:
ggplot2,
caret,
tibble,
dplyr,
stats,
utils,
lattice,
e1071,
randomForest
Suggests:
knitr,
markdown,
rmarkdown
LazyData: FALSE
VignetteBuilder: knitr
RoxygenNote: 7.1.1