"Export a decision tree"

ophelie_vdpophelie_vdp MemberPosts:5Newbie
edited May 2019 inHelp
Hey! I'm trying to export the graph of decision tree. I downloaded the report extension and managed to get the whole picture but then, it is impossible to read because it's too large and zooming is no solution: it just gives bad quality.

Do you know how to fix this?
Tagged:

Answers

  • David_ADavid_A Administrator, Moderator, Employee, RMResearcher, MemberPosts:296RM Research
    Hi@ophelie_vdp,

    You can simply export the tree (or any other result graphic) via the context menu in RapidMiner. Go toFile -> Print or Export Imagethen you can click onExport Imageand select a suited format. When selecting*.svgyou can also modify single elements of the graph, as described here:

    //www.turtlecreekpls.com/blog/exporting-scalable-images/

    I hope that helps.
  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn
    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.

    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
    David_A varunm1
Sign InorRegisterto comment.