<?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: Proc Treeboost in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248857#M3674</link>
    <description>&lt;P&gt;The line in the PROC TREEBOOST score code should look something like,&lt;/P&gt;
&lt;P&gt;_ARB_F_ + SHRINKAGE * GAMMA, where SHRINKAGE is the shrinkage parameter to PROC TREEBOOST and GAMMA is the GAMMA in the NODESTATS output dataset.&amp;nbsp;&amp;nbsp;Does that resolve it?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2016 14:35:13 GMT</pubDate>
    <dc:creator>PadraicGNeville</dc:creator>
    <dc:date>2016-02-09T14:35:13Z</dc:date>
    <item>
      <title>Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/247754#M3654</link>
      <description>&lt;P&gt;Has anyone used the output files from Proc Treeboost ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We are using Proc TreeBoost to build models for our production environment. &amp;nbsp;&amp;nbsp;I use the output files from Proc TreeBoost to build my production scoring file for implementation. &amp;nbsp;&amp;nbsp;One of the parameters in the NOD file is GAMMA. &amp;nbsp;&amp;nbsp;I notice that sometimes the GAMMA in this dataset is divided by 10 when used in the SAS score code which can be output from the proc and sometimes it is divided by 100 . &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I trying to figure out if the parameter that controls this in one of the output files from Proc TreeBoost:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MDL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;NOD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;RUL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Anyone have any insight?&amp;nbsp;&amp;nbsp; I appreciate your time.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 14:32:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/247754#M3654</guid>
      <dc:creator>todd8325</dc:creator>
      <dc:date>2016-02-03T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248589#M3661</link>
      <description>&lt;P&gt;Hi Todd,&lt;/P&gt;
&lt;P&gt;Are you talking about the score code or optimized score code produced by Gradient Boosting node?&lt;/P&gt;
&lt;P&gt;Where do you see this gamma parameter?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 22:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248589#M3661</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2016-02-07T22:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248712#M3671</link>
      <description>Hi Miguel,

Thank you for your response.  Proc TreeBoost outputs several output files.   In particular, I am looking at this one:

NODESTATS Output Data Set

In that dataset, there is a column called GAMMA .   I can see how GAMMA is used in the optimized score code in the output from the SCORE Statement .    However, it appears that in some models the value of GAMMA in the NODESTATS output dataset is divided by 10 in the score code and in some models the value of GAMMA in the NODESTATS output dataset is divided by 100 in the score code.   I am trying to determine if there is a parameter in any of the output files from Proc TreeBoost that indicates the value that GAMMA is divided by.</description>
      <pubDate>Mon, 08 Feb 2016 17:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248712#M3671</guid>
      <dc:creator>todd8325</dc:creator>
      <dc:date>2016-02-08T17:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248857#M3674</link>
      <description>&lt;P&gt;The line in the PROC TREEBOOST score code should look something like,&lt;/P&gt;
&lt;P&gt;_ARB_F_ + SHRINKAGE * GAMMA, where SHRINKAGE is the shrinkage parameter to PROC TREEBOOST and GAMMA is the GAMMA in the NODESTATS output dataset.&amp;nbsp;&amp;nbsp;Does that resolve it?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 14:35:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248857#M3674</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-02-09T14:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248876#M3675</link>
      <description>Yes it does, thank you!!&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Feb 2016 15:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248876#M3675</guid>
      <dc:creator>todd8325</dc:creator>
      <dc:date>2016-02-09T15:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248898#M3679</link>
      <description>&lt;P&gt;I'm glad you found your solution, &lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/50687" target="_self"&gt;&lt;SPAN class=""&gt;todd8325&lt;/SPAN&gt;&lt;/A&gt;! Can you "Accept the correct reply as a solution"? Or if one was particularly helpful, feel free to "Like" it. This will help other community members who may run into the same issue know what worked.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Anna&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/248898#M3679</guid>
      <dc:creator>AnnaBrown</dc:creator>
      <dc:date>2016-02-09T16:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282671#M4201</link>
      <description>&lt;P&gt;Hi, just started to use the PROC TREEBOOST and have a couple of questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I was not able to find how to output optimized score code using score statement.&amp;nbsp; I was able to do Code statement to output score code.&lt;/P&gt;&lt;P&gt;2) is there any way in PROC TREEBOOST to use an existing score as a strong learner and build the treeboost algorithm on top of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated for any suggestions.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 12:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282671#M4201</guid>
      <dc:creator>asnster</dc:creator>
      <dc:date>2016-07-07T12:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282677#M4202</link>
      <description>&lt;P&gt;Hi. Optimized score code is produced by the Score node in Enterprise Miner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Scoring-Series-Part-3-Enterprise-Miner-Optimized-Score-code/ta-p/223938" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Scoring-Series-Part-3-Enterprise-Miner-Optimized-Score-code/ta-p/223938&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ray&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 13:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282677#M4202</guid>
      <dc:creator>rayIII</dc:creator>
      <dc:date>2016-07-07T13:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282688#M4203</link>
      <description>&lt;P&gt;There is no way to&amp;nbsp;tell PROC TREEBOOST to&amp;nbsp;incorporate other learners.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, if the target Y has interval level of measurement then use a psuedo-target (Y-P) as input to PROC TREEBOOST, where P is the prediction from another learner.&amp;nbsp; The final prediction is P_treeboost + P, where P_treeboost is the prediction from PROC TREEBOOST.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 14:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282688#M4203</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-07-07T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282714#M4208</link>
      <description>&lt;P&gt;thanks a lot for the response. Unfortunately, my target is 1 or 0.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 15:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282714#M4208</guid>
      <dc:creator>asnster</dc:creator>
      <dc:date>2016-07-07T15:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Treeboost</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282727#M4209</link>
      <description>&lt;P&gt;Thanks. Ray.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have experience to use GBM with segmentation vs GBM without segmentation? My intuition says with segmentation will always have better results. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 16:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Proc-Treeboost/m-p/282727#M4209</guid>
      <dc:creator>asnster</dc:creator>
      <dc:date>2016-07-07T16:26:59Z</dc:date>
    </item>
  </channel>
</rss>

