CRAN/E | fuzzyforest

fuzzyforest

Fuzzy Forests

Installation

About

Fuzzy forests, a new algorithm based on random forests, is designed to reduce the bias seen in random forest feature selection caused by the presence of correlated features. Fuzzy forests uses recursive feature elimination random forests to select features from separate blocks of correlated features where the correlation within each block of features is high and the correlation between blocks of features is low. One final random forest is fit using the surviving features. This package fits random forests using the 'randomForest' package and allows for easy use of 'WGCNA' to split features into distinct blocks. See D. Conn, Ngun, T., C. Ramirez, and G. Li (2019) doi:10.18637/jss.v091.i09 for further details.

Citation fuzzyforest citation info

Key Metrics

Version 1.0.8
R ≥ 3.2.1
Published 2020-03-25 1495 days ago
Needs compilation? no
License GPL-3
CRAN checks fuzzyforest results

Downloads

Yesterday 8 -60%
Last 7 days 97 +4%
Last 30 days 1.370 +116%
Last 90 days 2.451 +78%
Last 365 days 9.022 -41%

Maintainer

Maintainer

Daniel Conn

djconn17@gmail.com

Authors

Daniel Conn

aut / cre

Tuck Ngun

aut

Christina M. Ramirez

aut

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

fuzzyforest archive

Depends

R ≥ 3.2.1

Imports

randomForest
foreach
doParallel
parallel
ggplot2
mvtnorm

Suggests

WGCNA
testthat