<?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 Percentge of catch till percentile 20 in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Percentge-of-catch-till-percentile-20/m-p/801251#M9111</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to ask about a PD(probability of default) model in bank indusrty that provide estimated probability for default in next 12 months&amp;nbsp; for the investigated population.&lt;/P&gt;
&lt;P&gt;In order to peform monthly monitoring validation of the model we are using 2 measurements:&lt;/P&gt;
&lt;P&gt;1- Gini&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2-Percentge of catch till percentile 20.&lt;/P&gt;
&lt;P&gt;I would like to ask about this measurement "Percentge of catch till percentile 20".&lt;/P&gt;
&lt;P&gt;The step that I am using to calculate it are:&lt;/P&gt;
&lt;P&gt;1-We calculate the predicted PD and then sort the customers by their PD from high to low.&lt;/P&gt;
&lt;P&gt;2-Then we calculate the value of 20th percentage of PD.&lt;/P&gt;
&lt;P&gt;3-Then we mark the customers who are until 20th percentage.&lt;/P&gt;
&lt;P&gt;4-Then we count how many failures(Touch default) these customers(who were marked) have.&lt;/P&gt;
&lt;P&gt;5-Then we count how many&amp;nbsp;failures&amp;nbsp;(Touch default)&amp;nbsp; there are for all population&lt;/P&gt;
&lt;P&gt;6-Then we divide&amp;nbsp; (4)/(5) and this is the measurement of "Percentge of catch till percentile 20"&lt;/P&gt;
&lt;P&gt;Model is "better" If "Percentge of catch till percentile 20" is higher&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My questions:&lt;/P&gt;
&lt;P&gt;I didn't find such measurement over internet search.&lt;/P&gt;
&lt;P&gt;May anyone tell what is the name of this measurement and if it is familar?&lt;/P&gt;
&lt;P&gt;I also want to ask If SAS can calculate this measurement (in one step)?&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, 10 Mar 2022 07:40:49 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2022-03-10T07:40:49Z</dc:date>
    <item>
      <title>Percentge of catch till percentile 20</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Percentge-of-catch-till-percentile-20/m-p/801251#M9111</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to ask about a PD(probability of default) model in bank indusrty that provide estimated probability for default in next 12 months&amp;nbsp; for the investigated population.&lt;/P&gt;
&lt;P&gt;In order to peform monthly monitoring validation of the model we are using 2 measurements:&lt;/P&gt;
&lt;P&gt;1- Gini&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2-Percentge of catch till percentile 20.&lt;/P&gt;
&lt;P&gt;I would like to ask about this measurement "Percentge of catch till percentile 20".&lt;/P&gt;
&lt;P&gt;The step that I am using to calculate it are:&lt;/P&gt;
&lt;P&gt;1-We calculate the predicted PD and then sort the customers by their PD from high to low.&lt;/P&gt;
&lt;P&gt;2-Then we calculate the value of 20th percentage of PD.&lt;/P&gt;
&lt;P&gt;3-Then we mark the customers who are until 20th percentage.&lt;/P&gt;
&lt;P&gt;4-Then we count how many failures(Touch default) these customers(who were marked) have.&lt;/P&gt;
&lt;P&gt;5-Then we count how many&amp;nbsp;failures&amp;nbsp;(Touch default)&amp;nbsp; there are for all population&lt;/P&gt;
&lt;P&gt;6-Then we divide&amp;nbsp; (4)/(5) and this is the measurement of "Percentge of catch till percentile 20"&lt;/P&gt;
&lt;P&gt;Model is "better" If "Percentge of catch till percentile 20" is higher&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My questions:&lt;/P&gt;
&lt;P&gt;I didn't find such measurement over internet search.&lt;/P&gt;
&lt;P&gt;May anyone tell what is the name of this measurement and if it is familar?&lt;/P&gt;
&lt;P&gt;I also want to ask If SAS can calculate this measurement (in one step)?&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, 10 Mar 2022 07:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Percentge-of-catch-till-percentile-20/m-p/801251#M9111</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2022-03-10T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Percentge of catch till percentile 20</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Percentge-of-catch-till-percentile-20/m-p/801265#M9112</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have moved your message to the 'SAS Data Mining and Machine Learning' board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you ask for is all pre-calculated in Enterprise Miner (SAS 9.4) and Model Studio (SAS VIYA VDMML).&lt;/P&gt;
&lt;P&gt;See here :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/emref/15.2/p01jgc9rmzsg37n1lfncp67t0unm.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/emref/15.2/p01jgc9rmzsg37n1lfncp67t0unm.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at all the measures below this phrase:&lt;BR /&gt;&lt;STRONG&gt;The following terminology is used for the Gains and Lift Chart:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 09:19:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Percentge-of-catch-till-percentile-20/m-p/801265#M9112</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-03-10T09:19:13Z</dc:date>
    </item>
  </channel>
</rss>

