<?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 SAS Miner model for monitoring the Production data in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/531838#M7637</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;We have an application score model built in SAS E-miner. And for the production data, we wish to estimate the important measures C-Stat and KS statistics on the production data for monitoring purposes. Wish to know some guidance and an easy way to estimate these. Can someone help on this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 23:45:29 GMT</pubDate>
    <dc:creator>ggfggrr</dc:creator>
    <dc:date>2019-01-31T23:45:29Z</dc:date>
    <item>
      <title>SAS Miner model for monitoring the Production data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/531838#M7637</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;We have an application score model built in SAS E-miner. And for the production data, we wish to estimate the important measures C-Stat and KS statistics on the production data for monitoring purposes. Wish to know some guidance and an easy way to estimate these. Can someone help on this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 23:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/531838#M7637</guid>
      <dc:creator>ggfggrr</dc:creator>
      <dc:date>2019-01-31T23:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner model for monitoring the Production data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/531986#M7638</link>
      <description>&lt;P&gt;It must be Credit Scorecard .&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;
&lt;P&gt;&amp;nbsp;&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;
&lt;PRE&gt;data have;
 set sashelp.class(keep=sex height rename=(sex=good_bad height=total_score));
run;

proc logistic data=have ;
model good_bad(event='M')=total_score/nofit;
roc 'Test ROC' pred=total_score;
run;

/********KS**********/
proc npar1way data=have edf  ;
class good_bad;
var total_score;
run;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/531986#M7638</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-02-01T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner model for monitoring the Production data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/532448#M7641</link>
      <description>&lt;P&gt;Hi, Thanks for your help. I see that you train the dataset and see the ROC and KS. In my case, kindly note that I am already having a model in SAS E-Miner (Scorecard) and wish to add a new Test dataset for scoring to have fit statistics including ROC/KS. This is basically to monitor the scorecard model for the production data over the period. Thanks so much for taking your time&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Kind regards,&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 20:51:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/532448#M7641</guid>
      <dc:creator>ggfggrr</dc:creator>
      <dc:date>2019-02-03T20:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner model for monitoring the Production data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/532530#M7642</link>
      <description>&lt;P&gt;There is a SCORE node . connent your scorecard node and test dataset node to it .&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 10:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/532530#M7642</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-02-04T10:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner model for monitoring the Production data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/533538#M7649</link>
      <description>&lt;P&gt;Thank you so much. However, the score node does not provide the Fit Statistics. I see few ways using the following threads and will try that. Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Mining-and-Machine/SAS-Enterprise-Miner-fit-statistics-for-scored-data/td-p/194524" target="_self"&gt;https://communities.sas.com/t5/SAS-Data-Mining-and-Machine/SAS-Enterprise-Miner-fit-statistics-for-scored-data/td-p/194524&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Mining-and-Machine/Scoring-data-and-fit-statistics-in-SAS-E-Miner/td-p/375563?nobounce" target="_self"&gt;https://communities.sas.com/t5/SAS-Data-Mining-and-Machine/Scoring-data-and-fit-statistics-in-SAS-E-Miner/td-p/375563?nobounce&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 09:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-model-for-monitoring-the-Production-data/m-p/533538#M7649</guid>
      <dc:creator>ggfggrr</dc:creator>
      <dc:date>2019-02-07T09:35:47Z</dc:date>
    </item>
  </channel>
</rss>

