<?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: Output sorted list from Scoring Model in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Output-sorted-list-from-Scoring-Model/m-p/512679#M7498</link>
    <description>&lt;P&gt;That's what I'm missing. The SAS Code looks something like this, but obviously it doesn't give me any score. 'Conversion' is my target variable, but that field doesn't exist in the dataset to be scored since they are all Conversion = 0. When I try to add variables such as EM_EVENTPROBABILITY or EM_CLASSTARGET&amp;nbsp;I get an error message. Not sure what variable&amp;nbsp;to use to show what the high potential conversions should be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data= EMWS1.Score_SCORE out= bestlist;&lt;BR /&gt;by descending State_Code;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data= bestlist;&lt;BR /&gt;var TIN SalesIndicator Footprint Tenure State_Code;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Code node" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24869iB1C2C8803E1950F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CodeNode.png" alt="SAS Code node" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SAS Code node&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dataset to be scored" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24870iCCB090C48CB25BDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="variables.png" alt="Dataset to be scored" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Dataset to be scored&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Nov 2018 18:43:40 GMT</pubDate>
    <dc:creator>LB3</dc:creator>
    <dc:date>2018-11-13T18:43:40Z</dc:date>
    <item>
      <title>Output sorted list from Scoring Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Output-sorted-list-from-Scoring-Model/m-p/511825#M7487</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;I am following the example in this tutorial but using a different data set from a CSV file which contains a list of customers with several categorical input variables along with a binary&amp;nbsp;target variable (1,0) of those that had converted:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;support.sas.com/documentation/cdl/en/emgsj/67981/HTML/default/viewer.htm#n0o0v7spwdeoqcn11vnwnuc8x91l.htm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I run the final SAS Code, I get an output of the entire list when what I expected from the tutorial&amp;nbsp;was a list of potential customer conversions. I'm not sure settings might need to be changed because I didn't use the&amp;nbsp;Wizard as indicated&amp;nbsp;on this page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;support.sas.com/documentation/cdl/en/emgsj/67981/HTML/default/viewer.htm#n0uuvzj5du0ohon13mr6xboyf945.htm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but rather simply imported another CSV file and changed the Role to Score&amp;nbsp;to take the place of the sample DONOR_SCORE_DATA&amp;nbsp;with all of the customers who had not yet converted. Any ideas on what could have gone wrong? Let me know if you need any further clarification.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 09 Nov 2018 20:38:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Output-sorted-list-from-Scoring-Model/m-p/511825#M7487</guid>
      <dc:creator>LB3</dc:creator>
      <dc:date>2018-11-09T20:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Output sorted list from Scoring Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Output-sorted-list-from-Scoring-Model/m-p/511827#M7488</link>
      <description>I would expect to get all data scored and then  you'd filter the list based on what is scored as a high potential conversions.</description>
      <pubDate>Fri, 09 Nov 2018 20:42:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Output-sorted-list-from-Scoring-Model/m-p/511827#M7488</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-09T20:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Output sorted list from Scoring Model</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Output-sorted-list-from-Scoring-Model/m-p/512679#M7498</link>
      <description>&lt;P&gt;That's what I'm missing. The SAS Code looks something like this, but obviously it doesn't give me any score. 'Conversion' is my target variable, but that field doesn't exist in the dataset to be scored since they are all Conversion = 0. When I try to add variables such as EM_EVENTPROBABILITY or EM_CLASSTARGET&amp;nbsp;I get an error message. Not sure what variable&amp;nbsp;to use to show what the high potential conversions should be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data= EMWS1.Score_SCORE out= bestlist;&lt;BR /&gt;by descending State_Code;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc print data= bestlist;&lt;BR /&gt;var TIN SalesIndicator Footprint Tenure State_Code;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Code node" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24869iB1C2C8803E1950F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CodeNode.png" alt="SAS Code node" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SAS Code node&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dataset to be scored" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24870iCCB090C48CB25BDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="variables.png" alt="Dataset to be scored" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Dataset to be scored&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Nov 2018 18:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Output-sorted-list-from-Scoring-Model/m-p/512679#M7498</guid>
      <dc:creator>LB3</dc:creator>
      <dc:date>2018-11-13T18:43:40Z</dc:date>
    </item>
  </channel>
</rss>

