<?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: Compute Mean Square Error on test data set in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Compute-Mean-Square-Error-on-test-data-set/m-p/350884#M5219</link>
    <description>&lt;P&gt;Use the SCORE statement to score the test data with the model and then use the output provided to calculate the Mean Square Error.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2017 14:49:15 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-04-18T14:49:15Z</dc:date>
    <item>
      <title>Compute Mean Square Error on test data set</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Compute-Mean-Square-Error-on-test-data-set/m-p/350878#M5218</link>
      <description>&lt;P&gt;I split my data into training/validation/test. I use PROC ADAPTIVEREG and i want to compute Mean Square Error on test data&lt;/P&gt;&lt;P&gt;This is my code :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc adaptivereg data=test_data;
class job;
model money = age  job / dist=gamma link=log ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;how can I compute Mean Square Error on this data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:38:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Compute-Mean-Square-Error-on-test-data-set/m-p/350878#M5218</guid>
      <dc:creator>John4</dc:creator>
      <dc:date>2017-04-18T14:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compute Mean Square Error on test data set</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Compute-Mean-Square-Error-on-test-data-set/m-p/350884#M5219</link>
      <description>&lt;P&gt;Use the SCORE statement to score the test data with the model and then use the output provided to calculate the Mean Square Error.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Compute-Mean-Square-Error-on-test-data-set/m-p/350884#M5219</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-18T14:49:15Z</dc:date>
    </item>
  </channel>
</rss>

