<?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: can I dump enterprise miner graph to sas base code? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/can-I-dump-enterprise-miner-graph-to-sas-base-code/m-p/470528#M7112</link>
    <description>&lt;P&gt;Hi Wendy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, no that is not what I want to accomplish.&lt;/P&gt;&lt;P&gt;I want to build a miner project, a graph so to speak, and dump it into SAS base code.&lt;/P&gt;&lt;P&gt;Then feed the dumped SAS base code&amp;nbsp;my training data set, and then I expect as a result of that&amp;nbsp; a trained recogniser, which I can feed samples to score.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So&amp;nbsp;when I&amp;nbsp;feed the dumped miner project another traning data set, a different recogniser with different parameters might result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings, Crist-Jan&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jun 2018 08:20:06 GMT</pubDate>
    <dc:creator>cfjdoedens</dc:creator>
    <dc:date>2018-06-15T08:20:06Z</dc:date>
    <item>
      <title>can I dump enterprise miner graph to sas base code?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/can-I-dump-enterprise-miner-graph-to-sas-base-code/m-p/469602#M7102</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is about how to get logic from Enterprise Miner into SAS base code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know it &lt;STRONG&gt;is&lt;/STRONG&gt; possible to train and test in Enterprise Miner for example a support vector machine on some data set, and as a result have a trained recogniser. This recogniser can then be dumped as SAS base code, and used in SAS base (if one has the licenses for the used SAS procs).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now is it possible, to build a complete graph in Enterprise Miner, that involves all the logic for the training and testing, and dump that into SAS base?&lt;/P&gt;&lt;P&gt;So the result would be SAS base code that can be fed a training data set, which then produces a trained recogniser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for you answers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;My goal is to automatically build hundreds of different recognisers, in a standard way, from hundreds of different training sets, so I want to automate the process of producing recognisers, by coding it in SAS base. If I can not dump the graph from Enterprise Miner I will have to build it by hand in SAS base, using the right procs, and appropriate SAS base code. Would give me better control and cleaner code management anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/can-I-dump-enterprise-miner-graph-to-sas-base-code/m-p/469602#M7102</guid>
      <dc:creator>cfjdoedens</dc:creator>
      <dc:date>2018-06-12T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: can I dump enterprise miner graph to sas base code?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/can-I-dump-enterprise-miner-graph-to-sas-base-code/m-p/470480#M7111</link>
      <description>&lt;P&gt;If you are asking about getting the accumulated score code from your Enterprise Miner flow, you can do that using the Score node.&amp;nbsp; See&amp;nbsp;&lt;A href="http://go.documentation.sas.com/?docsetId=emref&amp;amp;docsetTarget=n18m9qyz7h180kn1qnkhkjgwzu2e.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;http://go.documentation.sas.com/?docsetId=emref&amp;amp;docsetTarget=n18m9qyz7h180kn1qnkhkjgwzu2e.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;for more information.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 23:06:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/can-I-dump-enterprise-miner-graph-to-sas-base-code/m-p/470480#M7111</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2018-06-14T23:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: can I dump enterprise miner graph to sas base code?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/can-I-dump-enterprise-miner-graph-to-sas-base-code/m-p/470528#M7112</link>
      <description>&lt;P&gt;Hi Wendy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, no that is not what I want to accomplish.&lt;/P&gt;&lt;P&gt;I want to build a miner project, a graph so to speak, and dump it into SAS base code.&lt;/P&gt;&lt;P&gt;Then feed the dumped SAS base code&amp;nbsp;my training data set, and then I expect as a result of that&amp;nbsp; a trained recogniser, which I can feed samples to score.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So&amp;nbsp;when I&amp;nbsp;feed the dumped miner project another traning data set, a different recogniser with different parameters might result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings, Crist-Jan&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/can-I-dump-enterprise-miner-graph-to-sas-base-code/m-p/470528#M7112</guid>
      <dc:creator>cfjdoedens</dc:creator>
      <dc:date>2018-06-15T08:20:06Z</dc:date>
    </item>
  </channel>
</rss>

