<?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: Save Proc Neural parameter estimates in a file and re-use them to make predictions in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Save-Proc-Neural-parameter-estimates-in-a-file-and-re-use-them/m-p/489332#M7317</link>
    <description>&lt;P&gt;Hi, have you tried using data step scorecode (code statement)? Proc neural produces scorecode so you can use this scorecode in a scoring process with data step.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Aug 2018 17:06:38 GMT</pubDate>
    <dc:creator>jwexler</dc:creator>
    <dc:date>2018-08-23T17:06:38Z</dc:date>
    <item>
      <title>Save Proc Neural parameter estimates in a file and re-use them to make predictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Save-Proc-Neural-parameter-estimates-in-a-file-and-re-use-them/m-p/488037#M7310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to save&amp;nbsp;Proc Neural parameter estimates in a file and re-use them to make predictions.&amp;nbsp; For example, first run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc neural data=out_training dmdbcat=out.cat_training random=789;&lt;BR /&gt;&amp;nbsp;input PRI_jet_all_pt / level=nominal id=i;&lt;BR /&gt;&amp;nbsp;target label / level=nominal id=o;&lt;BR /&gt;&amp;nbsp;train;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;save outest=out.est;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This saves the parameter estimates in out.est.&amp;nbsp; Is there a way to run Proc Neural again on different datasets to make predictions, i.e. with the USE statement, e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc neural data=out_training dmdbcat=out.cat_training;&lt;BR /&gt;&lt;STRONG&gt;USE out.est;&lt;/STRONG&gt;&lt;BR /&gt;score out=out outfit=fit;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the above I receive the following error ("ERROR: Will not be able to continue"):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc neural data=out_training dmdbcat=out.cat_training;&lt;BR /&gt;&amp;nbsp;&lt;STRONG&gt;use out.est;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;There are no layers in the network.&lt;BR /&gt;&amp;nbsp;&lt;FONT color="#993300"&gt;ERROR: Will not be able to continue.&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;score out=out outfit=fit;&lt;BR /&gt;&amp;nbsp;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Aug 2018 02:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Save-Proc-Neural-parameter-estimates-in-a-file-and-re-use-them/m-p/488037#M7310</guid>
      <dc:creator>NN1</dc:creator>
      <dc:date>2018-08-19T02:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Save Proc Neural parameter estimates in a file and re-use them to make predictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Save-Proc-Neural-parameter-estimates-in-a-file-and-re-use-them/m-p/489332#M7317</link>
      <description>&lt;P&gt;Hi, have you tried using data step scorecode (code statement)? Proc neural produces scorecode so you can use this scorecode in a scoring process with data step.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 17:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Save-Proc-Neural-parameter-estimates-in-a-file-and-re-use-them/m-p/489332#M7317</guid>
      <dc:creator>jwexler</dc:creator>
      <dc:date>2018-08-23T17:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Save Proc Neural parameter estimates in a file and re-use them to make predictions</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Save-Proc-Neural-parameter-estimates-in-a-file-and-re-use-them/m-p/490904#M7327</link>
      <description>It worked! Thanks for your help!&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Aug 2018 16:14:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Save-Proc-Neural-parameter-estimates-in-a-file-and-re-use-them/m-p/490904#M7327</guid>
      <dc:creator>NN1</dc:creator>
      <dc:date>2018-08-29T16:14:31Z</dc:date>
    </item>
  </channel>
</rss>

