<?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 How I can improve my predictive model when i am prediting a RARE EVENT and my sample size is not large?, with EM? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-I-can-improve-my-predictive-model-when-i-am-prediting-a-RARE/m-p/40484#M225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: 'Arial','sans-serif';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;I am modeling the Target “1” which just happens 5% of the time (70 observations for Target "1"). Hence I did the oversampling and adjusting the priorities as follows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;-I add a sample node to the DataSource (the originalpopulation N=1374) in the new diagram (without partition node)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;-I add a SCORE Node to the model selected by the bestmodel node&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;-I add a DECISION node following the modeling node(select model)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;At the decision node I set the prior probabilities as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;a) Level “1”, Count (70), Prior (0.5), Adjusted Prior(0.05)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;b) Level “1”, Count (70), Prior (0.5), Adjusted Prior(0.95)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;c) I applied the decisions by setting “yes” and I runthis node&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;Then, &lt;STRONG&gt;I run again the score node&lt;/STRONG&gt; at the diagram, as the results are below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;The event classification table at the Decision node shows the following results:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;FN (70), TN (70), FP (0) TP (0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;How I can imporve my predictive model when i am prediting a RARE EVENT and my sample size is not large?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;THANK YOU.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2012 15:07:46 GMT</pubDate>
    <dc:creator>Mina</dc:creator>
    <dc:date>2012-03-22T15:07:46Z</dc:date>
    <item>
      <title>How I can improve my predictive model when i am prediting a RARE EVENT and my sample size is not large?, with EM?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-I-can-improve-my-predictive-model-when-i-am-prediting-a-RARE/m-p/40484#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 12pt; font-family: 'Arial','sans-serif';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;I am modeling the Target “1” which just happens 5% of the time (70 observations for Target "1"). Hence I did the oversampling and adjusting the priorities as follows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;-I add a sample node to the DataSource (the originalpopulation N=1374) in the new diagram (without partition node)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;-I add a SCORE Node to the model selected by the bestmodel node&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;-I add a DECISION node following the modeling node(select model)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;At the decision node I set the prior probabilities as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;a) Level “1”, Count (70), Prior (0.5), Adjusted Prior(0.05)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;b) Level “1”, Count (70), Prior (0.5), Adjusted Prior(0.95)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;c) I applied the decisions by setting “yes” and I runthis node&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;Then, &lt;STRONG&gt;I run again the score node&lt;/STRONG&gt; at the diagram, as the results are below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;The event classification table at the Decision node shows the following results:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;FN (70), TN (70), FP (0) TP (0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;How I can imporve my predictive model when i am prediting a RARE EVENT and my sample size is not large?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;THANK YOU.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 15:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-I-can-improve-my-predictive-model-when-i-am-prediting-a-RARE/m-p/40484#M225</guid>
      <dc:creator>Mina</dc:creator>
      <dc:date>2012-03-22T15:07:46Z</dc:date>
    </item>
    <item>
      <title>How I can improve my predictive model when i am prediting a RARE EVENT and my sample size is not large?, with EM?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-I-can-improve-my-predictive-model-when-i-am-prediting-a-RARE/m-p/40485#M226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread may have an answer for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://communities.sas.com/thread/14564"&gt;http://communities.sas.com/thread/14564&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, repost to the Data Mining Forum, so the people who use EM (I don't currenty) will see the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 14:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-I-can-improve-my-predictive-model-when-i-am-prediting-a-RARE/m-p/40485#M226</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-03-23T14:45:00Z</dc:date>
    </item>
  </channel>
</rss>

