<?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: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928018#M365152</link>
    <description>It is a predicted model. If you have more than two levels of response variable,you could try&lt;BR /&gt;Decision Tree:&lt;BR /&gt;proc hpsplit&lt;BR /&gt;Random Forest:&lt;BR /&gt;proc hpforest&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;PROC PLS&lt;BR /&gt;or&lt;BR /&gt;PROC TRAJ&lt;BR /&gt;&lt;A href="https://www.andrew.cmu.edu/user/bjones/refpdf/ref2.pdf" target="_blank"&gt;https://www.andrew.cmu.edu/user/bjones/refpdf/ref2.pdf&lt;/A&gt;</description>
    <pubDate>Sun, 12 May 2024 02:34:25 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-05-12T02:34:25Z</dc:date>
    <item>
      <title>KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928008#M365145</link>
      <description>&lt;P&gt;when use proc logistic procedure to set up default model in bank risk analysis, for the current customer, there are 4 kinds of results after application for the loan, accept, refuse , cancel or nouse.&lt;/P&gt;&lt;P&gt;when set up model, to analysis if new customer will default or could approve their application of loan, we will use the current customer loan history.&lt;/P&gt;&lt;P&gt;refused=1,&lt;/P&gt;&lt;P&gt;accept=0&lt;/P&gt;&lt;P&gt;but how to deal with cancel and nouse, i think nouse looked as accepted, but for cancel, how to deal with it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 23:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928008#M365145</guid>
      <dc:creator>lindamtl</dc:creator>
      <dc:date>2024-05-11T23:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928018#M365152</link>
      <description>It is a predicted model. If you have more than two levels of response variable,you could try&lt;BR /&gt;Decision Tree:&lt;BR /&gt;proc hpsplit&lt;BR /&gt;Random Forest:&lt;BR /&gt;proc hpforest&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;PROC PLS&lt;BR /&gt;or&lt;BR /&gt;PROC TRAJ&lt;BR /&gt;&lt;A href="https://www.andrew.cmu.edu/user/bjones/refpdf/ref2.pdf" target="_blank"&gt;https://www.andrew.cmu.edu/user/bjones/refpdf/ref2.pdf&lt;/A&gt;</description>
      <pubDate>Sun, 12 May 2024 02:34:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928018#M365152</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-05-12T02:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928024#M365155</link>
      <description>&lt;P&gt;I'm not entirely clear on the meaning of these four words in your situation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;accept, refuse , cancel or nouse&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Could you give a brief explanation of each one? And what is KPI?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you say&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to analysis if new customer will default or could approve their application of loan, we will use the current customer loan history&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the logistic regression (or other model) to predict probability of default (is that what you want, even that isn't clear), then&amp;nbsp; this doesn't make sense to me either&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;refused=1,&lt;/P&gt;
&lt;P&gt;accept=0&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please explain further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 10:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928024#M365155</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-05-12T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928032#M365160</link>
      <description>&lt;P&gt;I mean, need use current customer's history to predict the new customer. For the current customer, when they apply for loan, there should be only 2 answers from bank, accept or refused.&lt;/P&gt;&lt;P&gt;so could flag,&lt;/P&gt;&lt;P&gt;accept=0,&lt;/P&gt;&lt;P&gt;refused=1&lt;/P&gt;&lt;P&gt;to set up model, and drop the new customer's info into this model to see if accept or refuse the new application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now, there is more value in the column: result of application of loan, accept, refused, cancel, Nouse(look as accept).&lt;/P&gt;&lt;P&gt;in order to set up model, there is only binary value, how to deal with cancel, give it 0 or 1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 13:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928032#M365160</guid>
      <dc:creator>lindamtl</dc:creator>
      <dc:date>2024-05-12T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928041#M365164</link>
      <description>&lt;P&gt;I'm still not following. If you want to create a model which predicts the risk of a new customer defaulting, the model you would build requires a response variable which is whether or not the loan defaulted. Yet you seem to want to use these categories of accept, refuse , cancel or nouse (which I asked you to explain but you have not yet explained) as the response variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or are you talking about these as predictor variables? The whole thing is unclear.&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 15:13:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928041#M365164</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-05-12T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928062#M365169</link>
      <description>&lt;P&gt;If a customer cancels or refuses a lending application then there will be no loan(s) as a consequence of that application so no loan(s) to model default on. I would be discarding canceled or refused applications from modelling.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If on the other hand a customer has other existing loans or you are rolling up applications across all loans you may want a different treatment. You haven't explained your data enough to draw any conclusions like this though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 20:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928062#M365169</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-05-12T20:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928065#M365170</link>
      <description>&lt;P&gt;when set up model with old customer's loan application data, there is this status, one customer maybe applied many times, for different reason, for mortage, for car or other things, some were accepted, some were refused, some were cancelled by themselves.&lt;/P&gt;&lt;P&gt;Need use model to know if could approve loan to new customer. If similar customer were refused, so this kind of new customer, we will not aprrove.&lt;/P&gt;&lt;P&gt;so these questions i want to know&lt;/P&gt;&lt;P&gt;1, when sent up model, in logistic regression, shoulde put default=1 into model, for refused=1, for noused=1, how to do for cancel, sign 1 or 0?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2, when one customer has different loan application history and with different result, accept/refused, how to define this customer, give **bleep** 1 or 0 to him/her. Or depends on what typ of loan he applied and the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3, if want to work out if need approve customer's application, need set up different model based on different loan reason, like mortage, use mortage data to set up a model, then test the new customer; then set up car loan model, then to test customer who apply for car loan?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2024 22:20:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928065#M365170</guid>
      <dc:creator>lindamtl</dc:creator>
      <dc:date>2024-05-12T22:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928067#M365171</link>
      <description>&lt;P&gt;I assumed you were talking about loan defaults which are defined as a loan being 90 days past due on repayments or 90 days over limit. However it appears you are actually modelling customer applications. What does "default" mean for customer loan applications?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 00:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928067#M365171</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-05-13T00:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928274#M365219</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;1, when sent up model, in logistic regression, shoulde put default=1 into model, for refused=1, for noused=1, how to do for cancel, sign 1 or 0?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Are you creating a new model based upon data to predict default? Or are you using an existing model that someone (maybe you, maybe someone else), has created to predict default?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this variable that takes on values&amp;nbsp;accept, refuse , cancel or nouse a predictor variable in the model, or is it the response variable? Please (I have asked twice before) define accept, define refuse, define cancel and define nouse.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 12:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/928274#M365219</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-05-14T12:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: KPI/default in set up bank risk model, how to deal with extra KPI besides accept and refused?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/929236#M365630</link>
      <description>&lt;P&gt;i think should clearly more.&lt;/P&gt;&lt;P&gt;1, Purpose-verify if give approval to new loan application, include current customer or new customer.&lt;/P&gt;&lt;P&gt;2, Need use old application history result to set up a model, to see who is refused, so that use this model to check if need give approval to new application, or refused.&lt;/P&gt;&lt;P&gt;3, For the history record, there are 4 results on application , approval, refused, Noused, Cancelled. Approval and Noused looked as approve, how to deal with cancel, as this percentage is not small, perhaps some are qualified, some not.&lt;STRONG&gt; that is the problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4, Need set up customer ID level, on the old history list, one customer may has several records, some for car, some for house, etc, some was approve, some not, so&amp;nbsp; how to choose one record which is should to be chosen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 12:52:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/KPI-default-in-bank-risk-model-how-to-deal-with-extra-KPI/m-p/929236#M365630</guid>
      <dc:creator>lindamtl</dc:creator>
      <dc:date>2024-05-22T12:52:06Z</dc:date>
    </item>
  </channel>
</rss>

