<?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 Deploying Miner Models in SQL Server Environment (PMML, SQL, Model Manager?) in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/303134#M4501</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, we are beginning to develop a suite of models in Miner, based on input variables coming from our SQL Server warehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to explore our options for scalable deployment, which I believe are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Ad hoc export of scores -&amp;gt; import into relevant systems (eg. CRM platform)&lt;/LI&gt;&lt;LI&gt;Export PMML code -&amp;gt; how can SQL Server understand this&lt;/LI&gt;&lt;LI&gt;Use Model Manager&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment we use option 1, which is clunky, time consuming and not particularly scalable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the short term I'd like to explore option 2. &amp;nbsp; Is PMML the right way to go? &amp;nbsp; Can SQL Server parse this, or do we need to convert directly to SQL (and is this even possible from within EM)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the medium term I'd like to configure a Model Manager environment. &amp;nbsp; However I am told that SQL Server cannot support in database model scoring, so I am not sure how to get around this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any support or guidance on the above would be vastly appreciated.&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;&lt;P&gt;Wayne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2016 09:40:42 GMT</pubDate>
    <dc:creator>waynefield</dc:creator>
    <dc:date>2016-10-07T09:40:42Z</dc:date>
    <item>
      <title>Deploying Miner Models in SQL Server Environment (PMML, SQL, Model Manager?)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/303134#M4501</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, we are beginning to develop a suite of models in Miner, based on input variables coming from our SQL Server warehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to explore our options for scalable deployment, which I believe are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Ad hoc export of scores -&amp;gt; import into relevant systems (eg. CRM platform)&lt;/LI&gt;&lt;LI&gt;Export PMML code -&amp;gt; how can SQL Server understand this&lt;/LI&gt;&lt;LI&gt;Use Model Manager&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment we use option 1, which is clunky, time consuming and not particularly scalable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the short term I'd like to explore option 2. &amp;nbsp; Is PMML the right way to go? &amp;nbsp; Can SQL Server parse this, or do we need to convert directly to SQL (and is this even possible from within EM)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the medium term I'd like to configure a Model Manager environment. &amp;nbsp; However I am told that SQL Server cannot support in database model scoring, so I am not sure how to get around this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any support or guidance on the above would be vastly appreciated.&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;&lt;P&gt;Wayne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 09:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/303134#M4501</guid>
      <dc:creator>waynefield</dc:creator>
      <dc:date>2016-10-07T09:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Miner Models in SQL Server Environment (PMML, SQL, Model Manager?)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/303137#M4502</link>
      <description>&lt;P&gt;SQL server supports R/Enterprise R which should support PMMl fully to score your data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on your final model you may or may not be able to convert it to SQL. Decision trees can be easily converted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 10:04:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/303137#M4502</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-07T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Miner Models in SQL Server Environment (PMML, SQL, Model Manager?)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/303147#M4503</link>
      <description>&lt;P&gt;Thanks - so can I export directly from EM into PMML format (without needing to use R)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2016 12:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/303147#M4503</guid>
      <dc:creator>waynefield</dc:creator>
      <dc:date>2016-10-07T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Miner Models in SQL Server Environment (PMML, SQL, Model Manager?)</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/314288#M4729</link>
      <description>&lt;P&gt;Hi Wayne,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The plan would be to export to PMML from Model Manager and then import to SQL server either on to Analysis services or to R services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 12:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Deploying-Miner-Models-in-SQL-Server-Environment-PMML-SQL-Model/m-p/314288#M4729</guid>
      <dc:creator>jsmithers</dc:creator>
      <dc:date>2016-11-25T12:23:06Z</dc:date>
    </item>
  </channel>
</rss>

