<?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: Score or points allocations after building logistic regression in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15017#M70</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The exercise per se is not a modeling process. Just a transformation, if you would. Or a mapping exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Score-carding generally is industry-specific. There is general-purpose scorecard and credit application specific score card. As Wayne indicated, for credit scoring business, it may be fairly straightforward to either use EM credit score application or run the log transformation as indicated in the spreadsheet (through Score node or just data steps). EM, however, has a much broader user base than credit risk modeling. Many users do not use log transformation to map probability scores to card allocation. If you google, you should find people focusing on all kinds of scaling exercises involving score card &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If you really need to see a custom node (icon) in EM to conduct a focused, custom task for yourself (I know some users like to click button to get things done), consider extending EM node, although I personally believe EM SAS Code node should be easy kill for this exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If you goal is for model performance comparison, you can use Model Import node in EM to get the probability score into EM and combine it into Model Comparison node in later steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Aug 2012 11:59:30 GMT</pubDate>
    <dc:creator>JasonXin</dc:creator>
    <dc:date>2012-08-12T11:59:30Z</dc:date>
    <item>
      <title>Score or points allocations after building logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15012#M65</link>
      <description>I came up with a logistic regression using EG.  I transformed the probability to score using the following equation:  score=Log(odds) * factor + offset&lt;BR /&gt;
&lt;BR /&gt;
Now, I need to come up wtih the points or score allocation.  For an example, let's say if age &amp;lt; 30, then the account will get points of 7.  For age &amp;gt;=30, it will get 12 points.   I heard I have to use weight of evidence.  I'm wondering if there is a SAS option to do that quickly.</description>
      <pubDate>Wed, 11 Nov 2009 02:55:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15012#M65</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-11T02:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Score or points allocations after building logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15013#M66</link>
      <description>My colleagues and I built a spreadsheet to do that for us.  Basically you build a formula that calculates the score points off of your estimate.  For example,   &lt;BR /&gt;
-XX*LOG(EXP(estimate),2)  where the number XX is the value for which your score doubles in odds.</description>
      <pubDate>Tue, 15 Jun 2010 17:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15013#M66</guid>
      <dc:creator>Andy361</dc:creator>
      <dc:date>2010-06-15T17:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Score or points allocations after building logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15014#M67</link>
      <description>&lt;P&gt;Use the Credit Scoring for EM product which provides variable selection, interactive or batch classing (binning) including weights of evidence calculations, scorecard construction with scaling and diagnostics, and reject inference.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 19:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15014#M67</guid>
      <dc:creator>WayneThompson</dc:creator>
      <dc:date>2017-07-07T19:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Score or points allocations after building logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15015#M68</link>
      <description>What would be great is if EM could just take the output you get from a regression node and create a scorecard without having to go through the regression steps again.</description>
      <pubDate>Wed, 21 Jul 2010 17:24:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15015#M68</guid>
      <dc:creator>Andy361</dc:creator>
      <dc:date>2010-07-21T17:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Score or points allocations after building logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15016#M69</link>
      <description>Yep.  See Wayne's answer about the credit score package.  Also look for the next update to the software.  Thanks.</description>
      <pubDate>Wed, 21 Jul 2010 17:29:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15016#M69</guid>
      <dc:creator>David_Duling</dc:creator>
      <dc:date>2010-07-21T17:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Score or points allocations after building logistic regression</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15017#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The exercise per se is not a modeling process. Just a transformation, if you would. Or a mapping exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Score-carding generally is industry-specific. There is general-purpose scorecard and credit application specific score card. As Wayne indicated, for credit scoring business, it may be fairly straightforward to either use EM credit score application or run the log transformation as indicated in the spreadsheet (through Score node or just data steps). EM, however, has a much broader user base than credit risk modeling. Many users do not use log transformation to map probability scores to card allocation. If you google, you should find people focusing on all kinds of scaling exercises involving score card &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If you really need to see a custom node (icon) in EM to conduct a focused, custom task for yourself (I know some users like to click button to get things done), consider extending EM node, although I personally believe EM SAS Code node should be easy kill for this exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If you goal is for model performance comparison, you can use Model Import node in EM to get the probability score into EM and combine it into Model Comparison node in later steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2012 11:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Score-or-points-allocations-after-building-logistic-regression/m-p/15017#M70</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2012-08-12T11:59:30Z</dc:date>
    </item>
  </channel>
</rss>

