VSURF: Variable Selection Using Random Forests

Three steps variable selection procedure based on random forests. Initially developed to handle high dimensional data (for which number of variables largely exceeds number of observations), the package is very versatile and can treat most dimensions of data, for regression and supervised classification problems. First step is dedicated to eliminate irrelevant variables from the dataset. Second step aims to select all variables related to the response for interpretation purpose. Third step refines the selection by eliminating redundancy in the set of variables selected by the second step, for prediction purpose. Genuer, R. Poggi, J.-M. and Tuleau-Malot, C. (2015) <https://journal.r-project.org/archive/2015-2/genuer-poggi-tuleaumalot.pdf>.

Getting started

Package details

AuthorRobin Genuer [aut, cre], Jean-Michel Poggi [aut], Christine Tuleau-Malot [aut]
MaintainerRobin Genuer <Robin.Genuer@u-bordeaux.fr>
LicenseGPL (>= 2)
Version1.2.0
URL https://github.com/robingenuer/VSURF
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("VSURF")

Try the VSURF package in your browser

Any scripts or data that you put into this service are public.

VSURF documentation built on Dec. 28, 2022, 2:32 a.m.