Skip to content
Back to formatted view

Raw Message

Message-ID: <5010FACF.3060403@dbruhn.de>
Date: 2012-07-26T08:07:43Z
From: Dominik Bruhn
Subject: Plot Cubist Tree

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