<?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 Validation database in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482522#M7246</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use the validation base created by the Data PArtition Node in Miner to work on it with SAS Guide.&lt;/P&gt;&lt;P&gt;Is this database stored somewhere in Miner project folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 16:01:19 GMT</pubDate>
    <dc:creator>NicolasC</dc:creator>
    <dc:date>2018-07-30T16:01:19Z</dc:date>
    <item>
      <title>Validation database</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482522#M7246</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use the validation base created by the Data PArtition Node in Miner to work on it with SAS Guide.&lt;/P&gt;&lt;P&gt;Is this database stored somewhere in Miner project folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 16:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482522#M7246</guid>
      <dc:creator>NicolasC</dc:creator>
      <dc:date>2018-07-30T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Validation database</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482614#M7248</link>
      <description>&lt;P&gt;The easiest way to do this is within EM.&amp;nbsp; Create a SAS Code node (Utility &amp;gt; SAS Code).&amp;nbsp; Connect it in the flow where you want the data to be exported.&amp;nbsp; Click on "..." in the "Code Editor" property.&amp;nbsp; The following code can be pasted into the Training Code section:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname out "output Directory Path";

data out.validationData;
	set &amp;amp;EM_IMPORT_VALIDATE;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When the node is ran, the&amp;nbsp;validation dataset will be saved to the out library.&lt;/P&gt;&lt;P&gt;You can also get the training and test datasets from &amp;amp;EM_IMPORT_DATA and &amp;amp;EM_IMPORT_TEST respectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a lot that SAS Code nodes can do.&amp;nbsp; If you are interested in learning more about them, the SAS Code Node's &lt;A href="http://support.sas.com/documentation/cdl/en/emxndg/67980/HTML/default/viewer.htm#n1t582v60um7p9n1h9d169o0dd8e.htm" target="_self"&gt;documentation&lt;/A&gt;&amp;nbsp;has a lot of great information.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 21:13:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482614#M7248</guid>
      <dc:creator>Urban_Science</dc:creator>
      <dc:date>2018-07-30T21:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Validation database</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482839#M7252</link>
      <description>&lt;P&gt;Thanks, worked perfectly!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 14:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482839#M7252</guid>
      <dc:creator>NicolasC</dc:creator>
      <dc:date>2018-07-31T14:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Validation database</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482843#M7253</link>
      <description>Please mark my answer as accepted! Thank you!</description>
      <pubDate>Tue, 31 Jul 2018 14:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482843#M7253</guid>
      <dc:creator>Urban_Science</dc:creator>
      <dc:date>2018-07-31T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Validation database</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482863#M7254</link>
      <description>Thank you!</description>
      <pubDate>Tue, 31 Jul 2018 16:17:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Validation-database/m-p/482863#M7254</guid>
      <dc:creator>Urban_Science</dc:creator>
      <dc:date>2018-07-31T16:17:44Z</dc:date>
    </item>
  </channel>
</rss>

