<?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 Export Model for Log Reg on VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Export-Model-for-Log-Reg-on-VA/m-p/869235#M17119</link>
    <description>&lt;P&gt;Hi, I have a log reg model on VA. I would like to do scoring on unseen data. I think Export Model is the right option to follow but how can I use the code hat appears when cilcking on that option? I copied and pasted it to SAS Studio, where I created a cas conection. When I run it, I get so many errors. Do I need any alterations/additions on the score cdeo? What is the step by step to see an output table with predictions?&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="znhnm_0-1681256334750.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82538iA26A57911AF302C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="znhnm_0-1681256334750.png" alt="znhnm_0-1681256334750.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 23:40:35 GMT</pubDate>
    <dc:creator>znhnm</dc:creator>
    <dc:date>2023-04-11T23:40:35Z</dc:date>
    <item>
      <title>Export Model for Log Reg on VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Export-Model-for-Log-Reg-on-VA/m-p/869235#M17119</link>
      <description>&lt;P&gt;Hi, I have a log reg model on VA. I would like to do scoring on unseen data. I think Export Model is the right option to follow but how can I use the code hat appears when cilcking on that option? I copied and pasted it to SAS Studio, where I created a cas conection. When I run it, I get so many errors. Do I need any alterations/additions on the score cdeo? What is the step by step to see an output table with predictions?&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="znhnm_0-1681256334750.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82538iA26A57911AF302C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="znhnm_0-1681256334750.png" alt="znhnm_0-1681256334750.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 23:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Export-Model-for-Log-Reg-on-VA/m-p/869235#M17119</guid>
      <dc:creator>znhnm</dc:creator>
      <dc:date>2023-04-11T23:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export Model for Log Reg on VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Export-Model-for-Log-Reg-on-VA/m-p/869382#M17126</link>
      <description>&lt;P&gt;/* for models that create a readable score file */&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;save the export model output to a txt file accesible from sas studio.&lt;/P&gt;
&lt;P&gt;then work with %include.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME REFFILE FILESRVC FOLDERPATH='/Projects/SAS Viya training VWFS/'  FILENAME='_2B3_aux lin_reg_sales_res.txt';
data casuser.rema_scored;
set casuser.rema;
%include reffile;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Apr 2023 10:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Export-Model-for-Log-Reg-on-VA/m-p/869382#M17126</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2023-04-12T10:27:11Z</dc:date>
    </item>
  </channel>
</rss>

