I got a regression model trained using the 'cubist' function of the
'Cubist' package. This works fine. I'm now searching for a graphical
representation of the regression model:

As the Cubist Algorithm is based on a forrest of trees (or a single tree
if 'committees==1'), is it somehow possible to actually plot this forest
so I can show it to other people? I was only able to find the textual
output ('summary(model)') but no graphical output.

I'm thinking of something similar to 'partykit' for 'rpart' trees.

Thanks!

Dominik

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to