forked from robingenuer/CoVVSURF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
22 lines (15 loc) · 804 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
output: github_document
---
# CoVVSURF
R-package in development that implements a combination of clustering of
variables with feature selection using random forests.
It depends mostly on ClutOfVar and VSURF packages.
Details are given in [https://arxiv.org/abs/1608.06740](https://arxiv.org/abs/1608.06740).
To install the current development version from github, please use:
```{r, eval=FALSE}
if (!requireNamespace("devtools", quietly = TRUE)) {
install.packages("devtools")}
devtools::install_github("robingenuer/VSURF")
```
The [vignette](https://github.com/robingenuer/CoVVSURF/blob/master/vignettes/intro_CoVVSURF.Rmd) gives instruction to install the package and basic instruction to apply the CoV/VSURF procedure in the context of classification and in the context of regression.