/grandforest

A graph-guided random forest algorithm

Primary LanguageC++

Grand Forest

A graph-guided Random Forest algorithm

Introduction

Grand Forest is a graph-guided Random Forest algorithm, integrating secondary graph-structured data in order guide the feature selection towards interacting features. While it can be used for prediction, the main purpose of Grand Forest is descriptive, as it provides an efficient way of discovering highly informative subnetworks. Grand Forest is based on ranger.

Installation

R version

To install the latest development version of the R package run:

devtools::install_github("SimonLarsen/grandforest")

Reporting bugs

If you find any bugs, or if you experience any crashes, please report them at https://github.com/SimonLarsen/grandforest.

Citation

If you use Grand Forest in your research, we kindly ask you to cite the following publication:

Citation details to be announced.