<?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: Weight in Gradient Boosting in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282658#M4200</link>
    <description>&lt;P&gt;Thanks for the document, but still i don't understand the term 'weight'.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2016 11:26:35 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2016-07-07T11:26:35Z</dc:date>
    <item>
      <title>Weight in Gradient Boosting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282454#M4198</link>
      <description>&lt;P&gt;What is weight in&amp;nbsp;Gradient Boosting? Appreciate if someone point to me to some simple example of&amp;nbsp;Gradient Boosting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 15:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282454#M4198</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-07-06T15:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Weight in Gradient Boosting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282458#M4199</link>
      <description>&lt;P&gt;This may help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS133-2014.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings14/SAS133-2014.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ray&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 15:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282458#M4199</guid>
      <dc:creator>rayIII</dc:creator>
      <dc:date>2016-07-06T15:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Weight in Gradient Boosting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282658#M4200</link>
      <description>&lt;P&gt;Thanks for the document, but still i don't understand the term 'weight'.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 11:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282658#M4200</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-07-07T11:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Weight in Gradient Boosting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282704#M4206</link>
      <description>&lt;P&gt;"weight" could refer to weighting the observations or to&amp;nbsp;weighting the trees in the model.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A boosting model typically consists of a sum of decision trees trained sequentially.&amp;nbsp; Some algorithms describe the sum as weighted.&lt;/P&gt;
&lt;P&gt;In Adaboost,&amp;nbsp;the original boosting algorithm, observations are given weights before training a tree.&amp;nbsp;&amp;nbsp; The weights are different for each tree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In gradient boosting algorithms do not use weights like this.&amp;nbsp; Instead, the algorithm modifies the target values input to&amp;nbsp;a tree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The EM Boosting node&amp;nbsp;uses gradient boosting.&amp;nbsp;&amp;nbsp;In some rare occassions, people&amp;nbsp;assign weighted values to the observations&amp;nbsp;at the start in order to match proportions of&amp;nbsp;groups in&amp;nbsp;the training data &amp;nbsp;with&amp;nbsp;those in&amp;nbsp;a future population to which the model will be applied.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 15:04:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282704#M4206</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-07-07T15:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Weight in Gradient Boosting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282761#M4210</link>
      <description>&lt;P&gt;Thanks for the reply, however I still don't understand the meaning of '&lt;SPAN&gt;weighting the observations or to&amp;nbsp;weighting the trees&lt;/SPAN&gt;'. Appreciate if you tell me in layman's terms&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 18:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282761#M4210</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-07-07T18:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Weight in Gradient Boosting</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282770#M4211</link>
      <description>&lt;P&gt;A weight is a positive number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Weighting observations" means a positive number is associated with each observation, and the algorithm utilizes that number somehow. &amp;nbsp;Intuitively, observations with larger weights influence the algorithm more than observations with smaller weights. &amp;nbsp;When &amp;nbsp;Adaboost has created 10 trees in its boosting model, it will assign small weights to observations it is predicting well, so that Adaboost will create the 11th tree focusing on observations it hitherto predicted poorly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Weighting trees" means the predictions from the trees are multiplied by a weight: &amp;nbsp;P(X) = W1 T1(X) + W2 T2(X),&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;where Ti(X) is the prediction of tree i for inputs X, and Wi are the weights. &amp;nbsp;Sometimes the gradient boosting algorith is explained: first train the next tree (T2), and then find a single number (W2) that works best.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 19:30:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Weight-in-Gradient-Boosting/m-p/282770#M4211</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-07-07T19:30:35Z</dc:date>
    </item>
  </channel>
</rss>

