<?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: Data Mining without using EM in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70584#M441</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
@OP: I believe that there are many of us who have written routines and sub-routines which can be used to produce similar results to the ones in Enterprise Miner. However, the computational time will become prohibitively high as the number of observations and variables increases. A suggestion is that to check whether your data is big enough to justify the use of EM.&lt;BR /&gt;
&lt;BR /&gt;
@JQ: I believe you can do it via PROC SURVEYSELECT mixed with recursive partitioning algorithms.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Murphy</description>
    <pubDate>Tue, 23 Nov 2010 01:59:48 GMT</pubDate>
    <dc:creator>goladin</dc:creator>
    <dc:date>2010-11-23T01:59:48Z</dc:date>
    <item>
      <title>Data Mining without using EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70580#M437</link>
      <description>Called SAS and found out EM is prohibitively expensive for individual users. I wonder if I can produce the same results using SAS/STAT for data mining problems.</description>
      <pubDate>Tue, 07 Sep 2010 18:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70580#M437</guid>
      <dc:creator>aha123</dc:creator>
      <dc:date>2010-09-07T18:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mining without using EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70581#M438</link>
      <description>Hello Aha,&lt;BR /&gt;
&lt;BR /&gt;
Please contact me at wayne.thompson@sas.com to discuss EM pricing relative to your budget and application needs. I am here to listen to your concerns at a minimum.  &lt;BR /&gt;
&lt;BR /&gt;
STAT provides a broad range of predictive/classifciation methods along with clustering and many other techniques.  EM provide some algorithms like decision trees, gradient boosting, neural networks, memory based reasoning , etc not found in STAT along with the GUI for  developing repeatable self documenting analysis very quickly with an emphasis on complete score code generation for deployment.  Others  from the list may have more practical reasons -- I work at SAS.   Anway we hope you are using SAS and STAT is a great product --- EM requires it and includes the SAS code node for embeding STAT procedures into your EM analysis.  &lt;BR /&gt;
&lt;BR /&gt;
Wayne</description>
      <pubDate>Tue, 07 Sep 2010 18:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70581#M438</guid>
      <dc:creator>WayneThompson</dc:creator>
      <dc:date>2010-09-07T18:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mining without using EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70582#M439</link>
      <description>you can find some popular Data Mining algorithms in STAT, such as KNN, LDA, CDA, various regression models, (regularized) Logistic, LASSO (v9.2), disjoint partition clustering and hierarchical clustering, SVD&amp;amp;PCA, Bagging, etc.&lt;BR /&gt;
&lt;BR /&gt;
With some tweak, you can also implement algorithms such as AdaBoost, LSI &amp;amp; vector space model in TextMining, the efficiency is not on par with EM, though. consult my blog for more: &lt;BR /&gt;
    &lt;A href="http://www.sas-programming.com" target="_blank"&gt;http://www.sas-programming.com&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
You get extra that is not available in STAT, such as Neural Network, CART, etc</description>
      <pubDate>Fri, 17 Sep 2010 15:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70582#M439</guid>
      <dc:creator>oloolo</dc:creator>
      <dc:date>2010-09-17T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mining without using EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70583#M440</link>
      <description>Do you know if EM can do the Random Forest method for decision trees?  I've studied it a little, and it's kind of cool.</description>
      <pubDate>Fri, 24 Sep 2010 13:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70583#M440</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-24T13:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data Mining without using EM</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70584#M441</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
@OP: I believe that there are many of us who have written routines and sub-routines which can be used to produce similar results to the ones in Enterprise Miner. However, the computational time will become prohibitively high as the number of observations and variables increases. A suggestion is that to check whether your data is big enough to justify the use of EM.&lt;BR /&gt;
&lt;BR /&gt;
@JQ: I believe you can do it via PROC SURVEYSELECT mixed with recursive partitioning algorithms.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Murphy</description>
      <pubDate>Tue, 23 Nov 2010 01:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Data-Mining-without-using-EM/m-p/70584#M441</guid>
      <dc:creator>goladin</dc:creator>
      <dc:date>2010-11-23T01:59:48Z</dc:date>
    </item>
  </channel>
</rss>

