<?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: Recommender System in SAS base in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/280696#M56763</link>
    <description>&lt;P&gt;No, that would fall in SAS Enterprise Miner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, a recommender system is a vague term for a predictive model. It could be a regression model or proc discrim so it's not quite that straight forward. These are available in Base SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Some of the more complex methods such as neural networks or decision trees or ensemble models are in EM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2016 09:17:26 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-06-28T09:17:26Z</dc:date>
    <item>
      <title>Recommender System in SAS base</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/280660#M56749</link>
      <description>&lt;P&gt;Are there any SAS procedures available in SAS Base 9.4 for Recommender System. There is one procedure called 'proc recommend' but it is in&amp;nbsp;SAS LASR Analytic Server.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 05:56:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/280660#M56749</guid>
      <dc:creator>deega</dc:creator>
      <dc:date>2016-06-28T05:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Recommender System in SAS base</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/280696#M56763</link>
      <description>&lt;P&gt;No, that would fall in SAS Enterprise Miner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, a recommender system is a vague term for a predictive model. It could be a regression model or proc discrim so it's not quite that straight forward. These are available in Base SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Some of the more complex methods such as neural networks or decision trees or ensemble models are in EM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 09:17:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/280696#M56763</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-28T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Recommender System in SAS base</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281079#M56927</link>
      <description>&lt;P&gt;"...&lt;SPAN&gt;but it is in&amp;nbsp;SAS LASR Analytic Server"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Well, SAS is module/product based. You can't expect to have all functionality&amp;nbsp;in Base SAS - then it would be super expensive...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What is your use case? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Couldn't a LASR implementation&amp;nbsp;be in line with your needs?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 13:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281079#M56927</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-29T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Recommender System in SAS base</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281331#M57031</link>
      <description>&lt;P&gt;Thanks for the suggestion but&amp;nbsp;LASR implementation would again cost.&lt;/P&gt;&lt;P&gt;I want to predict products which&amp;nbsp;customers might like/buy&amp;nbsp;using SAS base.&lt;/P&gt;&lt;P&gt;Yesterday, I found clusters procedure and currently trying to utilize the same, but I dont know how far I can go with it.&lt;/P&gt;&lt;P&gt;Just out of curiosity could you please tell me, in&amp;nbsp;which context you wrote&amp;nbsp;"data never sleeps"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 04:14:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281331#M57031</guid>
      <dc:creator>deega</dc:creator>
      <dc:date>2016-06-30T04:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Recommender System in SAS base</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281333#M57032</link>
      <description>&lt;P&gt;Look up Market Basket Analysis&lt;/P&gt;
&lt;P&gt;If you google it, you should find a SAS base macro to implement.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 04:20:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281333#M57032</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-30T04:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Recommender System in SAS base</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281334#M57033</link>
      <description>Oh, that's just my signature and a silly slogan of mine...</description>
      <pubDate>Thu, 30 Jun 2016 04:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281334#M57033</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-30T04:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Recommender System in SAS base</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281338#M57035</link>
      <description>&lt;P&gt;good one !&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 04:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Recommender-System-in-SAS-base/m-p/281338#M57035</guid>
      <dc:creator>deega</dc:creator>
      <dc:date>2016-06-30T04:56:35Z</dc:date>
    </item>
  </channel>
</rss>

