<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PMML Tree Model to Code Converter</title>
	<atom:link href="http://www.dataminingdownunder.com/2010/01/pmml-tree-model-to-code-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dataminingdownunder.com/2010/01/pmml-tree-model-to-code-converter/</link>
	<description>Welcome to "Data Mining, Down Under", a blog by Aussie data miner Shane Butler.</description>
	<lastBuildDate>Thu, 04 Mar 2010 05:34:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Guazzelli</title>
		<link>http://www.dataminingdownunder.com/2010/01/pmml-tree-model-to-code-converter/comment-page-1/#comment-859</link>
		<dc:creator>Alex Guazzelli</dc:creator>
		<pubDate>Wed, 03 Feb 2010 01:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=301#comment-859</guid>
		<description>Good point Shane. We actually also offer ADAPA for on site deployment for the reasons you point out. Although pricing is not $.99 per hour of use (as with the cloud option), on-site deployment of ADAPA is more affordable than you may think. Anyway, feel free to contact me directly for more details. 
Regards, Alex</description>
		<content:encoded><![CDATA[<p>Good point Shane. We actually also offer ADAPA for on site deployment for the reasons you point out. Although pricing is not $.99 per hour of use (as with the cloud option), on-site deployment of ADAPA is more affordable than you may think. Anyway, feel free to contact me directly for more details.<br />
Regards, Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Butler</title>
		<link>http://www.dataminingdownunder.com/2010/01/pmml-tree-model-to-code-converter/comment-page-1/#comment-858</link>
		<dc:creator>Shane Butler</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=301#comment-858</guid>
		<description>Thanks Alex.  I am aware of your offering however I am unable to deploy offsite due to the sensitive nature of client data and privacy laws which govern trans-border data flow.</description>
		<content:encoded><![CDATA[<p>Thanks Alex.  I am aware of your offering however I am unable to deploy offsite due to the sensitive nature of client data and privacy laws which govern trans-border data flow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Guazzelli</title>
		<link>http://www.dataminingdownunder.com/2010/01/pmml-tree-model-to-code-converter/comment-page-1/#comment-857</link>
		<dc:creator>Alex Guazzelli</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=301#comment-857</guid>
		<description>Hi Shane! Hope this finds you well. 
If you are looking for a way to deploy your models in different platforms, you have one option in the market today, ADAPA, our decision engine that uploads decision trees and other predictive models represented PMML and makes them available as web-services. In this way, they can be accessible from any application anywhere in the enterprise. Feel free to contact me if you need further info on how that may work for you or check our posting on web-services and connectivity (http://tinyurl.com/ybcsw5o).
Regards, Alex</description>
		<content:encoded><![CDATA[<p>Hi Shane! Hope this finds you well.<br />
If you are looking for a way to deploy your models in different platforms, you have one option in the market today, ADAPA, our decision engine that uploads decision trees and other predictive models represented PMML and makes them available as web-services. In this way, they can be accessible from any application anywhere in the enterprise. Feel free to contact me if you need further info on how that may work for you or check our posting on web-services and connectivity (<a href="http://tinyurl.com/ybcsw5o" rel="nofollow">http://tinyurl.com/ybcsw5o</a>).<br />
Regards, Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Butler</title>
		<link>http://www.dataminingdownunder.com/2010/01/pmml-tree-model-to-code-converter/comment-page-1/#comment-856</link>
		<dc:creator>Shane Butler</dc:creator>
		<pubDate>Mon, 01 Feb 2010 10:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=301#comment-856</guid>
		<description>Thanks Tim, I will check it out.  

Sounds like you don&#039;t have too many problems deploying internally from Clementine!  Unfortunately with each project I have a different client environment to deploy to, and even scoring in SQL can be a hassle!  Eventually I would like to have a similar thing for other models also but I use trees a lot so at the moment I will try get it up and running with them.

Regards, Shane</description>
		<content:encoded><![CDATA[<p>Thanks Tim, I will check it out.  </p>
<p>Sounds like you don&#8217;t have too many problems deploying internally from Clementine!  Unfortunately with each project I have a different client environment to deploy to, and even scoring in SQL can be a hassle!  Eventually I would like to have a similar thing for other models also but I use trees a lot so at the moment I will try get it up and running with them.</p>
<p>Regards, Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimManns</title>
		<link>http://www.dataminingdownunder.com/2010/01/pmml-tree-model-to-code-converter/comment-page-1/#comment-855</link>
		<dc:creator>TimManns</dc:creator>
		<pubDate>Sun, 31 Jan 2010 21:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dataminingdownunder.com/?p=301#comment-855</guid>
		<description>Hi Shane,

I haven&#039;t done anything with PMML for a few years (I&#039;m converting everything, including NN and descision tree scoring etc, into SQL instead), but I did some toying around with converting PMML into other formats with XSLT and into data grids for graphics etc in vb.net.

See these two posts as examples.  Not sure if it is useful (probably not), but it might be helpful.  

An application to view Neural Net PMML
http://www.kdkeys.net/forums/thread/6509.aspx

VB.NET application to read exported clustering model PMML and export to .csv file
http://www.kdkeys.net/forums/post/3942.aspx

Cheers

Tim

btw - you around in Sydney 11th Feb?</description>
		<content:encoded><![CDATA[<p>Hi Shane,</p>
<p>I haven&#8217;t done anything with PMML for a few years (I&#8217;m converting everything, including NN and descision tree scoring etc, into SQL instead), but I did some toying around with converting PMML into other formats with XSLT and into data grids for graphics etc in vb.net.</p>
<p>See these two posts as examples.  Not sure if it is useful (probably not), but it might be helpful.  </p>
<p>An application to view Neural Net PMML<br />
<a href="http://www.kdkeys.net/forums/thread/6509.aspx" rel="nofollow">http://www.kdkeys.net/forums/thread/6509.aspx</a></p>
<p>VB.NET application to read exported clustering model PMML and export to .csv file<br />
<a href="http://www.kdkeys.net/forums/post/3942.aspx" rel="nofollow">http://www.kdkeys.net/forums/post/3942.aspx</a></p>
<p>Cheers</p>
<p>Tim</p>
<p>btw &#8211; you around in Sydney 11th Feb?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
