<?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: Printing out model parameters in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Printing-out-model-parameters/m-p/593053#M170133</link>
    <description>&lt;P&gt;Thank you for that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data='/path_to_file/file.sas7bdat';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That does run, and produce some summary information printed to the .lst file&lt;/P&gt;&lt;P&gt;The next bit is how to determine what the model parameters are given the output that produces:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see the following in the output:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Alphabetic List of Variables and Attributes&lt;/P&gt;&lt;P&gt;# Variable Type Len&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is there a way to list the full contents of the Variables listed here?&amp;nbsp; I think this step is what would give the answer I'm looking for.&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 14:48:03 GMT</pubDate>
    <dc:creator>rob2</dc:creator>
    <dc:date>2019-10-01T14:48:03Z</dc:date>
    <item>
      <title>Printing out model parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Printing-out-model-parameters/m-p/592942#M170081</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;given a model file in .sas7bdat format, is there a way to see the model parameters that model file was fitted with from the command line?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example to see what the max depth, number of leaves, learning rate etc were originally specified as?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks very much for your time!&lt;/P&gt;&lt;P&gt;Rob.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 08:19:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Printing-out-model-parameters/m-p/592942#M170081</guid>
      <dc:creator>rob2</dc:creator>
      <dc:date>2019-10-01T08:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Printing out model parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Printing-out-model-parameters/m-p/593031#M170124</link>
      <description>&lt;P&gt;proc contents data=model_file;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc contents basically gives the summarized output of entire dataset, but if it is a model then I am not sure, but it is worth a try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bond.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 13:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Printing-out-model-parameters/m-p/593031#M170124</guid>
      <dc:creator>Bond007</dc:creator>
      <dc:date>2019-10-01T13:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Printing out model parameters</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Printing-out-model-parameters/m-p/593053#M170133</link>
      <description>&lt;P&gt;Thank you for that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data='/path_to_file/file.sas7bdat';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That does run, and produce some summary information printed to the .lst file&lt;/P&gt;&lt;P&gt;The next bit is how to determine what the model parameters are given the output that produces:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see the following in the output:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Alphabetic List of Variables and Attributes&lt;/P&gt;&lt;P&gt;# Variable Type Len&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is there a way to list the full contents of the Variables listed here?&amp;nbsp; I think this step is what would give the answer I'm looking for.&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Printing-out-model-parameters/m-p/593053#M170133</guid>
      <dc:creator>rob2</dc:creator>
      <dc:date>2019-10-01T14:48:03Z</dc:date>
    </item>
  </channel>
</rss>

