<?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: Boosting Sampling - Please Help Thank you in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191879#M10165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for late reply,o&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;bjective is to over sample a rear event in the model development data but using method above&lt;/SPAN&gt; you may have multiple same observations in &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;train_final data for target=1 right? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 01:30:08 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-12-02T01:30:08Z</dc:date>
    <item>
      <title>Boosting Sampling - Please Help Thank you</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191876#M10162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;I have never used boosting sampling, please see the code below! Could anyone explain what this code does and what's the objective of the boosting technique?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;I started with train_pot that has a target1=4 and target0=34 and I end up with a&amp;nbsp; train_final that has&amp;nbsp; target1=34 and target0=34 (50:50).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Your help would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Boost the training file to have a 50:50 target1 vs target0 */&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc surveyselect data=train_pot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out=train_pot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; method=urs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sampsize=&amp;amp;max_cust.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seed=0;&lt;/P&gt;&lt;P&gt; strata target;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;proc freq data=train_pot.;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; table target*numberhits /out=check_boost;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;data train_final;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; set train_pot.;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; do i = 1 to numberhits;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; output;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; end;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 14:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191876#M10162</guid>
      <dc:creator>Kanyange</dc:creator>
      <dc:date>2014-12-01T14:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Boosting Sampling - Please Help Thank you</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191877#M10163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the desired output you are looking for as a result of boosting sampling?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:36:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191877#M10163</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-12-01T15:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Boosting Sampling - Please Help Thank you</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191878#M10164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to Boost the training file to have a 50:50 target1 vs target0.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 16:57:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191878#M10164</guid>
      <dc:creator>Kanyange</dc:creator>
      <dc:date>2014-12-01T16:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Boosting Sampling - Please Help Thank you</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191879#M10165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for late reply,o&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;bjective is to over sample a rear event in the model development data but using method above&lt;/SPAN&gt; you may have multiple same observations in &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;train_final data for target=1 right? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 01:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Boosting-Sampling-Please-Help-Thank-you/m-p/191879#M10165</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-12-02T01:30:08Z</dc:date>
    </item>
  </channel>
</rss>

