<?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: Decision Tree Learning in Ruby</title>
	<atom:link href="http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Sun, 14 Mar 2010 08:01:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-213856</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Thu, 17 Sep 2009 02:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-213856</guid>
		<description>Jay, thanks for the heads up. No idea how it got in there, but I pushed out a fix for that. Grab the latest &lt;a href="http://github.com/igrigorik/decisiontree" rel="nofollow"&gt;gem from GitHub&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Jay, thanks for the heads up. No idea how it got in there, but I pushed out a fix for that. Grab the latest <a href="http://github.com/igrigorik/decisiontree" rel="nofollow">gem from GitHub</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Packard</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-213758</link>
		<dc:creator>Jay Packard</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-213758</guid>
		<description>I'm trying out this library and wondering why dec_tree.predict() returns an array with two elements?  As a result I get output:
Predicted: 11 ... True decision: 0</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying out this library and wondering why dec_tree.predict() returns an array with two elements?  As a result I get output:<br />
Predicted: 11 &#8230; True decision: 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collaborative Filtering with Ensembles - igvita.com</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-210809</link>
		<dc:creator>Collaborative Filtering with Ensembles - igvita.com</dc:creator>
		<pubDate>Tue, 01 Sep 2009 18:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-210809</guid>
		<description>[...] techniques is to make each predictor as unique as possible: use a different learning algorithm (decision trees, svm, svd), or use a different feature (random subspace method). Then, once you have many [...]</description>
		<content:encoded><![CDATA[<p>[...] techniques is to make each predictor as unique as possible: use a different learning algorithm (decision trees, svm, svd), or use a different feature (random subspace method). Then, once you have many [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-167275</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Sun, 08 Feb 2009 16:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-167275</guid>
		<description>Amir, I'm sure you can find alternative implementations, but the question remains: why? The formulas are hidden and should be generic for any dataset, given that the dataset can be classified using a decision tree.</description>
		<content:encoded><![CDATA[<p>Amir, I&#8217;m sure you can find alternative implementations, but the question remains: why? The formulas are hidden and should be generic for any dataset, given that the dataset can be classified using a decision tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-166603</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Fri, 06 Feb 2009 10:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-166603</guid>
		<description>Is there any way other than these entropy formulas to build this decision tree?</description>
		<content:encoded><![CDATA[<p>Is there any way other than these entropy formulas to build this decision tree?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-158775</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Fri, 09 Jan 2009 10:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-158775</guid>
		<description>It worked. I dragged the 'graph' folder into my project and now  I can use Graphviz and Ruby together. Thank you very much!</description>
		<content:encoded><![CDATA[<p>It worked. I dragged the &#8216;graph&#8217; folder into my project and now  I can use Graphviz and Ruby together. Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-158634</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Fri, 09 Jan 2009 03:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-158634</guid>
		<description>Wouter, I think you may have a different graphviz gem installed. The one my gem references is: http://rockit.sourceforge.net/subprojects/graphr/

I haven't looked at other gems, but I'll see if I can migrate the code to a more common library.</description>
		<content:encoded><![CDATA[<p>Wouter, I think you may have a different graphviz gem installed. The one my gem references is: <a href="http://rockit.sourceforge.net/subprojects/graphr/" rel="nofollow">http://rockit.sourceforge.net/subprojects/graphr/</a></p>
<p>I haven&#8217;t looked at other gems, but I&#8217;ll see if I can migrate the code to a more common library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-157839</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Wed, 07 Jan 2009 08:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-157839</guid>
		<description>Great Article! Since I read your article I want to use Graphviz in a ruby application. Still i can't get graphviz to work. 
require 'graphviz'   results  in:  no such file to load -- graphviz (LoadError)
I've installed Eclipse (with ruby), GraphViz, libgraphviz4 and libgv-ruby. (ubuntu 8.10)
How can i make the combination of Ruby &amp; Graphviz in Eclipse work?</description>
		<content:encoded><![CDATA[<p>Great Article! Since I read your article I want to use Graphviz in a ruby application. Still i can&#8217;t get graphviz to work.<br />
require &#8216;graphviz&#8217;   results  in:  no such file to load &#8212; graphviz (LoadError)<br />
I&#8217;ve installed Eclipse (with ruby), GraphViz, libgraphviz4 and libgv-ruby. (ubuntu 8.10)<br />
How can i make the combination of Ruby &amp; Graphviz in Eclipse work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-102114</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Tue, 18 Mar 2008 12:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-102114</guid>
		<description>Thanks Raf! 

Amir, Pireland, &lt;a href="http://www.igvita.com/2008/01/07/support-vector-machines-svm-in-ruby/" rel="nofollow"&gt;svm article&lt;/a&gt;, as Raf suggested.</description>
		<content:encoded><![CDATA[<p>Thanks Raf! </p>
<p>Amir, Pireland, <a href="http://www.igvita.com/2008/01/07/support-vector-machines-svm-in-ruby/" rel="nofollow">svm article</a>, as Raf suggested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raf</title>
		<link>http://www.igvita.com/2007/04/16/decision-tree-learning-in-ruby/comment-page-1/#comment-101901</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Mon, 10 Mar 2008 16:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/blog/2007/04/16/decision-tree-learning-in-ruby/#comment-101901</guid>
		<description>Privet, nu ti postaralsa!

Great article! 

To Amir and Pireland, you can try  SVM as well for your purposes.</description>
		<content:encoded><![CDATA[<p>Privet, nu ti postaralsa!</p>
<p>Great article! </p>
<p>To Amir and Pireland, you can try  SVM as well for your purposes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
