<?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: Error proc treeboost measure=LIFT in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Error-proc-treeboost-measure-LIFT/m-p/425164#M6507</link>
    <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I forgave to precise this procedure it's totally OK if I don't precise "measure=LIFT" and the proportion.&lt;/P&gt;&lt;P&gt;That's why I don't understand why the measure option doen't run...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2018 09:40:55 GMT</pubDate>
    <dc:creator>Amelie</dc:creator>
    <dc:date>2018-01-05T09:40:55Z</dc:date>
    <item>
      <title>Error proc treeboost measure=LIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Error-proc-treeboost-measure-LIFT/m-p/421463#M6463</link>
      <description>&lt;P&gt;Bonjour à tous,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J'ai un message d'erreur étrange lorsque je souhaite lancer ma proc treeboost en précisant measure=LIFT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Message d'erreur :&amp;nbsp;ERROR: Internal Error: ABNORMAL return ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Voici mon code :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC TREEBOOST DATA=sasuser.train3&amp;nbsp;&lt;BR /&gt;LEAFSIZE=100&lt;BR /&gt;MAXBRANCH=3&lt;BR /&gt;ITERATIONS=50&amp;nbsp;&lt;BR /&gt;MINCATSIZE=15&lt;BR /&gt;SEED=05042017&lt;BR /&gt;SHRINKAGE=0.1&lt;BR /&gt;SPLITSIZE=100&lt;BR /&gt;TRAINPROPORTION=0.5&lt;BR /&gt;;&lt;BR /&gt;INPUT &amp;amp;VAR_FAI. / LEVEL=INTERVAL INTERVALDECIMALS=5 ORDER=DESCENDING;&lt;BR /&gt;INPUT &amp;amp;VARTEXT. / LEVEL=NOMINAL;&lt;BR /&gt;TARGET FLG_CHURN /LEVEL=BINARY;&lt;BR /&gt;IMPORTANCE OUTFIT=sasuser.BASE_VARS50;&lt;BR /&gt;SUBSERIES BEST;&lt;BR /&gt;ASSESS measure=LIFT proportion=0.20;&lt;BR /&gt;SAVE IMPORTANCE=sasuser.gbm01varimp50 MODEL=sasuser.gbm01modl50;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Merci d'avance pour votre aide&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 09:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Error-proc-treeboost-measure-LIFT/m-p/421463#M6463</guid>
      <dc:creator>Amelie</dc:creator>
      <dc:date>2017-12-15T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error proc treeboost measure=LIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Error-proc-treeboost-measure-LIFT/m-p/425027#M6506</link>
      <description>&lt;P&gt;The TREEBOOST procedure is a non-HP procedure used by the Gradient Boosting node in SAS Enterprise Miner and is available only to those who have SAS Enterprise Miner licensed.&amp;nbsp; Unfortunately, there is no support available for the direct use of these non-HP procedures since they were not intended to be used directly.&amp;nbsp; &amp;nbsp;If you have SAS Enterprise Miner licensed, you can run the Gradient Boosting node to see how TREEBOOST is used.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having said that, the Gradient Boosting node examples I ran always showed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proc arbor proc=treeboost data=dataset ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so it might just be the way you are trying to use TREEBOOST.&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&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>Thu, 04 Jan 2018 19:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Error-proc-treeboost-measure-LIFT/m-p/425027#M6506</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2018-01-04T19:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error proc treeboost measure=LIFT</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Error-proc-treeboost-measure-LIFT/m-p/425164#M6507</link>
      <description>&lt;P&gt;Hi Doug,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I forgave to precise this procedure it's totally OK if I don't precise "measure=LIFT" and the proportion.&lt;/P&gt;&lt;P&gt;That's why I don't understand why the measure option doen't run...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Error-proc-treeboost-measure-LIFT/m-p/425164#M6507</guid>
      <dc:creator>Amelie</dc:creator>
      <dc:date>2018-01-05T09:40:55Z</dc:date>
    </item>
  </channel>
</rss>

