Readme.md

Random Forest Drawer

Preface

Welcome on my Github page. In this repository, you can find an R package, which contains a Shiny module, which can draw a Random Forest model created in R. This project uses the shiny, the visNetwork, the iGraph, the randomForest, and the dplyr packages. This drawer is interactive, so you can navigate in the canvas and drag the nodes horizontally.

Example

In the /inst/examples/ folder, you can find an example, that shows you the usage of this package and an example random forest model too.

Random Forest

To get the trees you need, you must add the parameter keep.forest = TRUE to your fit function.

Data

For now this project can read only .rf.RDS files Use one of the following functions: saveRDS(fit, "my-fitted-rf.rds") or save(fit, "my-fitted-rf.rda")

Source: page



burjandedes/randomForestDrawer documentation built on May 18, 2019, 9:16 p.m.