<?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: SAS Enterprise Miner to SAS Enterprise Guide conversion in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187243#M303982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jaap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miner and SAS EG are running on seperate servers so I cannot use the dmreg procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea of looking at the the intermediate data found in the OS Level.&amp;nbsp; I'll have to review those so see if that can give me any insight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 12:29:19 GMT</pubDate>
    <dc:creator>JBrazier</dc:creator>
    <dc:date>2014-07-21T12:29:19Z</dc:date>
    <item>
      <title>SAS Enterprise Miner to SAS Enterprise Guide conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187241#M303980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with colleagues who are creating a series of predictive models using SAS Enterprise Miner and then I am trying to create the same process within SAS Enterprise guide however I am getting different results to my colleagues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As part of the testing between Miner and EG we have created a very simple model where we are trying to predict a value by only using one input variable (award) from 2012 data.&amp;nbsp; We are not doing any imputing on missing values as award is fully populated.&amp;nbsp; Then the scores from the 2012 data are being applied to 2013 data.&amp;nbsp; Miner is however splitting the data 50/50 into training and validation data to carry out the model work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using proc logistic to first create the model scores (using the outmodel option).&amp;nbsp; I then use proc logistic again to calculate the probabilities (using the inmodel statement) however I only get 14% of the results that have a difference of 0.001 or less.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the code used in Enterprise Miner it uses a procdure called proc dmreg, which does not exist in SAS EG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using proc reg but because the input variables are character that does not work.&amp;nbsp; I have tried to use proc GLM and GLM select to no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before using proc logistic again I have tried using the proc transreg procedure to change the character variable into numeric however I still get the same results from my original proc logistic test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried splitting the data 50/50 before putting it into the proc logistic model but the results were even worse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone recommend a SAS procedure that will mimic the SAS Enterprise miner process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 12:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187241#M303980</guid>
      <dc:creator>JBrazier</dc:creator>
      <dc:date>2014-07-21T12:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Miner to SAS Enterprise Guide conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187242#M303981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to prove correctness yes/no of the Eminer suite than you will get a hard time. It is not easy rebuilding Eminer steps into Eguide.&lt;/P&gt;&lt;P&gt;All intermediate data with Eminer is found in maps on the OS level. You could use those ones. The training/validation data could be copied .&lt;/P&gt;&lt;P&gt;Eminer is doing generating a lot of SAS code using a lot of dedicated metadata-tables (own structure). You could use and run that all be hand but .... why?.&lt;/P&gt;&lt;P&gt;With EGuide code editor the proc dmreg (see miner 4.3 docs) could be used. The requirement is that Eguide is using the same sas-session as Eminer allowed to run licensed miner procs.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 12:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187242#M303981</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-07-21T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Miner to SAS Enterprise Guide conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187243#M303982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jaap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miner and SAS EG are running on seperate servers so I cannot use the dmreg procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the idea of looking at the the intermediate data found in the OS Level.&amp;nbsp; I'll have to review those so see if that can give me any insight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 12:29:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187243#M303982</guid>
      <dc:creator>JBrazier</dc:creator>
      <dc:date>2014-07-21T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Miner to SAS Enterprise Guide conversion</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187244#M303983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a little bit strange implementation. The eminer license is coming in with both of them expecting some cooperation between those.&lt;/P&gt;&lt;P&gt;Eminer processes actually are running.needing a workspace-server. That is the same as Eguide is using. Modeling result of Eminer can go to the metadata for other components. It is giving my a feeling some conceptual communications in architecture, support, functionality and usage has been bypassed.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 14:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Miner-to-SAS-Enterprise-Guide-conversion/m-p/187244#M303983</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-07-21T14:34:02Z</dc:date>
    </item>
  </channel>
</rss>

