Find more posts tagged with
Sort by:
1 - 2 of
21
In any large DT, this is always going to be an issue because the tree simply can't fit on one page. So rather than a graphical version that spans many pages and is very difficult to follow, you may be interested in the model output as a series of if/then statements instead, this can make it easier to read through the tree to see what is happening. You can do that by exporting the model description or using the Tree to Rules operator and then exporting that version of the model instead.
You can simply export the tree (or any other result graphic) via the context menu in RapidMiner. Go to File -> Print or Export Image then you can click on Export Image and select a suited format. When selecting *.svg you can also modify single elements of the graph, as described here:
https://rapidminer.com/blog/exporting-scalable-images/
I hope that helps.