<?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: random forest in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273750#M4059</link>
    <description>&lt;PRE&gt;
Use Decision Tree PROC HPSPLIT . and Check the documentation, there is already an example to do this .

Example 61.5: Assessing Variable Importance


proc hpsplit data=MBE_Data maxdepth=6;
class Usable Dopant;
model Usable = gTemp aTemp Rot Dopant;
prune none;
run;


&lt;/PRE&gt;</description>
    <pubDate>Sat, 28 May 2016 06:09:27 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-05-28T06:09:27Z</dc:date>
    <item>
      <title>random forest</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273589#M4055</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it possible to know which variables are most important at&amp;nbsp;Random Forest&amp;nbsp;&amp;nbsp;and how they are selected ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 14:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273589#M4055</guid>
      <dc:creator>moshe_ke</dc:creator>
      <dc:date>2016-05-27T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: random forest</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273750#M4059</link>
      <description>&lt;PRE&gt;
Use Decision Tree PROC HPSPLIT . and Check the documentation, there is already an example to do this .

Example 61.5: Assessing Variable Importance


proc hpsplit data=MBE_Data maxdepth=6;
class Usable Dopant;
model Usable = gTemp aTemp Rot Dopant;
prune none;
run;


&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 May 2016 06:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273750#M4059</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-28T06:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: random forest</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273790#M4060</link>
      <description>&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Is there a mathematical description of how the explanatory variables selected,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 05:25:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273790#M4060</guid>
      <dc:creator>moshe_ke</dc:creator>
      <dc:date>2016-05-29T05:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: random forest</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273836#M4061</link>
      <description>Yes. Check documentation. Like entropy .....</description>
      <pubDate>Mon, 30 May 2016 00:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/273836#M4061</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-30T00:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: random forest</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/274170#M4071</link>
      <description>Hi, 

Here is sample code to turn on VI in HPFOREST

(please see attached .sas code)

There  is a section "Measure variable importance" that covers the details on the subject including all the math details. VI is sensitive to split method selected. Hope this helps. Jason Xin</description>
      <pubDate>Wed, 01 Jun 2016 13:47:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/274170#M4071</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2016-06-01T13:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: random forest</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/274239#M4075</link>
      <description>Sorry, my  previous post had the format of the sample code messed up. Attached is the sample .sas program for the variable importance option. Thanks. Jason Xin</description>
      <pubDate>Tue, 31 May 2016 23:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/random-forest/m-p/274239#M4075</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2016-05-31T23:58:30Z</dc:date>
    </item>
  </channel>
</rss>

