![]() |
Data Science Desktop Survival Guide
by Graham Williams |
![]() |
|||
Plot Decision Trees |
plot(model)
text(model)
The default plot of the model is quite basic. In this plot we move to the left in the binary tree if the condition is true.
|