<?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 Re: Decision trees for beginners in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-trees-for-beginners/m-p/61727#M367</link>
    <description>You might want to run PROC ARBOR directly, which is the background procedure for the Decision Tree node in EM. Please refer to the documentation &lt;A href="http://support.sas.com/documentation/onlinedoc/miner/em43/proc_arbor.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/miner/em43/proc_arbor.pdf&lt;/A&gt;. This is an olde version, but is still mostly valid.&lt;BR /&gt;
&lt;BR /&gt;
For your case, the following generic code should work.&lt;BR /&gt;
&lt;BR /&gt;
proc arbor data=;&lt;BR /&gt;
 input ...;&lt;BR /&gt;
 target disease;&lt;BR /&gt;
 save importance=;&lt;BR /&gt;
 score data= out=;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
The SAVE IMPORTANCE= dataset contains variable importance results based on splits. The SCORE OUT= dataset contains the output results such as predictions for the score dataset DATA=.</description>
    <pubDate>Mon, 09 Aug 2010 17:57:24 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-08-09T17:57:24Z</dc:date>
    <item>
      <title>Decision trees for beginners</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-trees-for-beginners/m-p/61726#M366</link>
      <description>Dear All,&lt;BR /&gt;
in order to get started with decision trees I would like to ask my computer to produce a decision tree from a data set with one dependent variable (disease yes/no) and several independent variables (usually I would run logistic regression for these data). The tree should "decide" which variables are important risk factors for the disease. Any hints for a bloody beginner in decision trees but fairly experienced SAS user (no access to SAS enterprise miner)?&lt;BR /&gt;
Thanks in advance</description>
      <pubDate>Mon, 09 Aug 2010 10:16:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-trees-for-beginners/m-p/61726#M366</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-08-09T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Decision trees for beginners</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Decision-trees-for-beginners/m-p/61727#M367</link>
      <description>You might want to run PROC ARBOR directly, which is the background procedure for the Decision Tree node in EM. Please refer to the documentation &lt;A href="http://support.sas.com/documentation/onlinedoc/miner/em43/proc_arbor.pdf" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/miner/em43/proc_arbor.pdf&lt;/A&gt;. This is an olde version, but is still mostly valid.&lt;BR /&gt;
&lt;BR /&gt;
For your case, the following generic code should work.&lt;BR /&gt;
&lt;BR /&gt;
proc arbor data=;&lt;BR /&gt;
 input ...;&lt;BR /&gt;
 target disease;&lt;BR /&gt;
 save importance=;&lt;BR /&gt;
 score data= out=;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
The SAVE IMPORTANCE= dataset contains variable importance results based on splits. The SCORE OUT= dataset contains the output results such as predictions for the score dataset DATA=.</description>
      <pubDate>Mon, 09 Aug 2010 17:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Decision-trees-for-beginners/m-p/61727#M367</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-08-09T17:57:24Z</dc:date>
    </item>
  </channel>
</rss>

