<?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 multiple decission trees on same dataset in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215826#M3120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating several decision trees based on the same dataset. Then I would like to 'fetch' the _NODE_ variable from EMSWx.Tree_TRAIN into my original dataset. This I have done successfully using a Metadata node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my goal is to 'fetch' all _NODE_'s variables from the different decision trees that I have into my original dataset. I have tryed using a metadata node, but in that way it is only 1 _NODE_ exported (probably the _NODE_ coming from the last Tree whihc is run). Is it any elegant way to achive this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 10:56:37 GMT</pubDate>
    <dc:creator>rogelio_mancisidor</dc:creator>
    <dc:date>2015-06-29T10:56:37Z</dc:date>
    <item>
      <title>multiple decission trees on same dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215826#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating several decision trees based on the same dataset. Then I would like to 'fetch' the _NODE_ variable from EMSWx.Tree_TRAIN into my original dataset. This I have done successfully using a Metadata node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, my goal is to 'fetch' all _NODE_'s variables from the different decision trees that I have into my original dataset. I have tryed using a metadata node, but in that way it is only 1 _NODE_ exported (probably the _NODE_ coming from the last Tree whihc is run). Is it any elegant way to achive this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 10:56:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215826#M3120</guid>
      <dc:creator>rogelio_mancisidor</dc:creator>
      <dc:date>2015-06-29T10:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: multiple decission trees on same dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215827#M3121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can &lt;SPAN style="text-decoration: line-through;"&gt;rename &lt;/SPAN&gt;copy the _NODE_ variable with a Code Node or with Transform Node. Then you can connect a new Tree Node, the original _NODE_ variable won't&amp;nbsp; be overwritten.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:51:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215827#M3121</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-06-29T13:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: multiple decission trees on same dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215828#M3122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it is something that I am missing here... I have tried the 'Transform Variables' node. I have simply conected the node to the 'Decision Tree' node and run it. Then conected a new 'Decision Tree' node and created a new decision tree. In the TRAIN output table of the second decision tree I can only see 1 _NODE_ variable. I beleive that in the 'Transform Variables' node I need to rename _NODE_, is that right? The problem is that in the 'Transform Variables' node I cannot see the _NODE_ variable and&amp;nbsp; I cannot find where to rename a variable. The only place where I see the _NODE_ variable is when I open the Imported data from the property panel. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 17:32:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215828#M3122</guid>
      <dc:creator>rogelio_mancisidor</dc:creator>
      <dc:date>2015-06-29T17:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiple decission trees on same dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215829#M3123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should create a new variable with the Transform Node. The formula for the new variable should be simply:&amp;nbsp; _NODE_.&lt;/P&gt;&lt;P&gt;Click on &lt;EM&gt;Formulas&lt;/EM&gt;, than &lt;EM&gt;Create&lt;/EM&gt; (upper-left corner)&lt;/P&gt;&lt;P&gt;If you want to see the _NODE_ variable in the formula editor, change Leaf Role (in Decision Tree) to Input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 22:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/multiple-decission-trees-on-same-dataset/m-p/215829#M3123</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-06-29T22:50:19Z</dc:date>
    </item>
  </channel>
</rss>

