<?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: Generalized Boosted Regression (GBM) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/37627#M1572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've looked into it, and I am pretty sure there is no SAS implementation of GBM.&amp;nbsp; Please let me know if you hear otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on how nicely I can model &lt;A href="https://heuristically.wordpress.com/2012/10/04/nnet2sas-supports-centering-and-scaling/"&gt;neural networks &lt;/A&gt;and &lt;A href="https://heuristically.wordpress.com/2011/10/11/model-decision-tree-in-r-score-in-sas/"&gt;decision trees &lt;/A&gt;in R and export the models to SAS as SAS code through metaprogramming, I've been hoping to do the same for GBM, but because of time constraints, I haven't gotten very far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 21:21:54 GMT</pubDate>
    <dc:creator>AndrewZ</dc:creator>
    <dc:date>2012-12-03T21:21:54Z</dc:date>
    <item>
      <title>Generalized Boosted Regression (GBM)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/37626#M1571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, does anyone know if SAS or SAS users have implemented the generalized boosted regression techniques as found in Greg Ridgeway's R package gbm?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 20:23:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/37626#M1571</guid>
      <dc:creator>prooney2</dc:creator>
      <dc:date>2011-07-27T20:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Boosted Regression (GBM)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/37627#M1572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've looked into it, and I am pretty sure there is no SAS implementation of GBM.&amp;nbsp; Please let me know if you hear otherwise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on how nicely I can model &lt;A href="https://heuristically.wordpress.com/2012/10/04/nnet2sas-supports-centering-and-scaling/"&gt;neural networks &lt;/A&gt;and &lt;A href="https://heuristically.wordpress.com/2011/10/11/model-decision-tree-in-r-score-in-sas/"&gt;decision trees &lt;/A&gt;in R and export the models to SAS as SAS code through metaprogramming, I've been hoping to do the same for GBM, but because of time constraints, I haven't gotten very far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 21:21:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/37627#M1572</guid>
      <dc:creator>AndrewZ</dc:creator>
      <dc:date>2012-12-03T21:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Boosted Regression (GBM)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/37628#M1573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an R function that exports a completed GBM model into SAS if-then-else logic. If you would like it, we can arrange a means of sharing it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 18:10:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/37628#M1573</guid>
      <dc:creator>Zelazny7</dc:creator>
      <dc:date>2014-05-21T18:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Boosted Regression (GBM)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/230387#M12159</link>
      <description>&lt;P&gt;I haved written R code for GBM and would like to transfer to SAS code. Would you be able to share your method to transfer R code into SAS if-then-else logic? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 23:51:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/230387#M12159</guid>
      <dc:creator>bulldog</dc:creator>
      <dc:date>2015-10-16T23:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Generalized Boosted Regression (GBM)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/232802#M12262</link>
      <description>&lt;P&gt;To use &lt;A href="https://github.com/az0/mlmeta" target="_blank"&gt;Generalized Boosted Regression (GBM) in SAS, please see the mlmeta package&lt;/A&gt;. After training the model in R, mlmeta converts the model to simple (but long) SAS code such that it can be used in Base SAS independently of R.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 20:21:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Generalized-Boosted-Regression-GBM/m-p/232802#M12262</guid>
      <dc:creator>AndrewZ</dc:creator>
      <dc:date>2015-11-02T20:21:12Z</dc:date>
    </item>
  </channel>
</rss>

