<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Decision Tree recreation in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/263097#M3871</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I recreate my tree in SAS miner, when I only have the code in sas eg.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2016 06:44:58 GMT</pubDate>
    <dc:creator>Kiteulf</dc:creator>
    <dc:date>2016-04-12T06:44:58Z</dc:date>
    <item>
      <title>Decision Tree recreation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/263097#M3871</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I recreate my tree in SAS miner, when I only have the code in sas eg.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 06:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/263097#M3871</guid>
      <dc:creator>Kiteulf</dc:creator>
      <dc:date>2016-04-12T06:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree recreation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/263111#M3872</link>
      <description>&lt;P&gt;Do you mean you want to score a new dataset with your decision tree rules?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 08:24:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/263111#M3872</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-12T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree recreation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/263123#M3874</link>
      <description>&lt;P&gt;I have the rules in SAS EG. However I don't have the tree in SAS miner&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/263123#M3874</guid>
      <dc:creator>Kiteulf</dc:creator>
      <dc:date>2016-04-12T09:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Decision Tree recreation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/264307#M3912</link>
      <description>Hi, 

To the original question

1. if you are trying to score the tree on a new data set, you will not get a tree, even if you are scoring it inside EM. Because the new scoring operation does not automatically yield a target that can anchor a graph like we typically see in EM tree building process.

2. Sounds like you just want to replicate the tree graph in EM to EG environment. No, it does not happen automatically. A similar solution has been posted for proc HPSPLIT here. You can take the steps that consume the output from Proc HPSPLIT, attach to the end of your tree code to see if you can produce a graph. Some adjustments should be expected. 

&lt;A href="https://communities.sas.com/t5/Mathematical-Optimization/Drawing-a-decision-tree-from-HPSPLIT/m-p/232799#U232799" target="_blank"&gt;https://communities.sas.com/t5/Mathematical-Optimization/Drawing-a-decision-tree-from-HPSPLIT/m-p/232799#U232799&lt;/A&gt;

Hope this helps? Jason Xin</description>
      <pubDate>Fri, 15 Apr 2016 22:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-Tree-recreation/m-p/264307#M3912</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2016-04-15T22:36:47Z</dc:date>
    </item>
  </channel>
</rss>

