‘visTree’, a tree loved by all!
Oct 26, 2021
The visTree package offers a means of visually representing the subgroups created by a decision tree. Each unique terminal node identified by the decision tree is represented as a separate subplot within the visualization.
All we need is a few packages:
library(visTree)library(visNetwork)library(shinyWidgets)
and a one-line input:
net <- visTreeEditor(data=df)
to get a sleek output…