<?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: Mahout &#8211; Taste :: Part 1 &#8211; Introduction</title>
	<atom:link href="http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/</link>
	<description>Keep updated on what we&#039;re doing!</description>
	<lastBuildDate>Wed, 28 Jul 2010 21:43:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Frank Scholten</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-3859</link>
		<dc:creator>Frank Scholten</dc:creator>
		<pubDate>Mon, 12 Jul 2010 15:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-3859</guid>
		<description>@Neil: 

It&#039;s best to run this JUnit test from either IntelliJ, http://www.jetbrains.com/idea/download/, or Eclipse, http://www.eclipse.org/downloads/. Create a Java project, create a package taste and a class TanimotoDemo. Now add the mahout jars as dependencies to your project and you can run TanimotoDemo as a JUnit test.

It&#039;s possible to run it from the command line with

java -cp all:your:dependencies:here org.junit.runner.JunitCore package.to.TanimotoDemo

but you need to setup your classpath and an IDE makes that a lot easier.

Note btw that this a non-distributed recommendation, it does not run on Hadoop. I will dive into this subject in the future and blog about it.</description>
		<content:encoded><![CDATA[<p>@Neil: </p>
<p>It&#8217;s best to run this JUnit test from either IntelliJ, <a href="http://www.jetbrains.com/idea/download/" rel="nofollow">http://www.jetbrains.com/idea/download/</a>, or Eclipse, <a href="http://www.eclipse.org/downloads/" rel="nofollow">http://www.eclipse.org/downloads/</a>. Create a Java project, create a package taste and a class TanimotoDemo. Now add the mahout jars as dependencies to your project and you can run TanimotoDemo as a JUnit test.</p>
<p>It&#8217;s possible to run it from the command line with</p>
<p>java -cp all:your:dependencies:here org.junit.runner.JunitCore package.to.TanimotoDemo</p>
<p>but you need to setup your classpath and an IDE makes that a lot easier.</p>
<p>Note btw that this a non-distributed recommendation, it does not run on Hadoop. I will dive into this subject in the future and blog about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neil kodner</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-3845</link>
		<dc:creator>neil kodner</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-3845</guid>
		<description>Any chance of you updating the document to aid people who are unfamiliar with java?  I&#039;ve followed the instructions on downloading and building mahout from svn but am unsure how to get your example code to run.  I believe I&#039;m down to classpath issues but I can never be sure.

My mahout trunk is in /Users/nkodner/development/mahout/trunk/

I&#039;m not sure how to set up my classpath.  I&#039;m also not sure where to save TanimotoDemo.java.

Any help is greatly appreciated!  I&#039;m looking to try Mahout, specifically TanimotoSimilarity on top of my Hadoop cluster to see how it performs against my Python implementation.</description>
		<content:encoded><![CDATA[<p>Any chance of you updating the document to aid people who are unfamiliar with java?  I&#8217;ve followed the instructions on downloading and building mahout from svn but am unsure how to get your example code to run.  I believe I&#8217;m down to classpath issues but I can never be sure.</p>
<p>My mahout trunk is in /Users/nkodner/development/mahout/trunk/</p>
<p>I&#8217;m not sure how to set up my classpath.  I&#8217;m also not sure where to save TanimotoDemo.java.</p>
<p>Any help is greatly appreciated!  I&#8217;m looking to try Mahout, specifically TanimotoSimilarity on top of my Hadoop cluster to see how it performs against my Python implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishant</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1514</link>
		<dc:creator>Nishant</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1514</guid>
		<description>Nice article. Is there any real life dataset representing the boolean preferences?</description>
		<content:encoded><![CDATA[<p>Nice article. Is there any real life dataset representing the boolean preferences?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Scholten</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1374</link>
		<dc:creator>Frank Scholten</dc:creator>
		<pubDate>Fri, 18 Dec 2009 14:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1374</guid>
		<description>@John: Mahout is the only open source collaborative filtering system I am researching at the moment.

There is an active and growing community behind it, so I&#039;d say give it a try.

For a real-life example of Mahout, look into Mippin, a search engine with recommendation features. Check out http://blog.mippin.com/2009/09/may-we-recommend.html</description>
		<content:encoded><![CDATA[<p>@John: Mahout is the only open source collaborative filtering system I am researching at the moment.</p>
<p>There is an active and growing community behind it, so I&#8217;d say give it a try.</p>
<p>For a real-life example of Mahout, look into Mippin, a search engine with recommendation features. Check out <a href="http://blog.mippin.com/2009/09/may-we-recommend.html" rel="nofollow">http://blog.mippin.com/2009/09/may-we-recommend.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1361</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 17 Dec 2009 11:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1361</guid>
		<description>Thank you for the detailed write-up. 

My company is developing a recommendation engine. Do you recommend using Mahout as our core or are there better open source collaborative filtering systems out there? Also, do you know of any websites that use Mahout to provide recommendations? I would like to see it in action.</description>
		<content:encoded><![CDATA[<p>Thank you for the detailed write-up. </p>
<p>My company is developing a recommendation engine. Do you recommend using Mahout as our core or are there better open source collaborative filtering systems out there? Also, do you know of any websites that use Mahout to provide recommendations? I would like to see it in action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Scholten</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1319</link>
		<dc:creator>Frank Scholten</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1319</guid>
		<description>@Wouter: Yes, good point. I updated the code.</description>
		<content:encoded><![CDATA[<p>@Wouter: Yes, good point. I updated the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Heijke</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1314</link>
		<dc:creator>Wouter Heijke</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1314</guid>
		<description>What i&#039;ve noticed that it is easy to get an:

org.apache.mahout.cf.taste.common.NoSuchUserException

To clarify I think you should change the following:

        userIdMap.put(0, customerAPrefs);
        userIdMap.put(1, customerBPrefs);
        userIdMap.put(2, customerCPrefs);

into:

        userIdMap.put(CUSTOMER_A, customerAPrefs);
        userIdMap.put(CUSTOMER_B, customerBPrefs);
        userIdMap.put(CUSTOMER_C, customerCPrefs);</description>
		<content:encoded><![CDATA[<p>What i&#8217;ve noticed that it is easy to get an:</p>
<p>org.apache.mahout.cf.taste.common.NoSuchUserException</p>
<p>To clarify I think you should change the following:</p>
<p>        userIdMap.put(0, customerAPrefs);<br />
        userIdMap.put(1, customerBPrefs);<br />
        userIdMap.put(2, customerCPrefs);</p>
<p>into:</p>
<p>        userIdMap.put(CUSTOMER_A, customerAPrefs);<br />
        userIdMap.put(CUSTOMER_B, customerBPrefs);<br />
        userIdMap.put(CUSTOMER_C, customerCPrefs);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Scholten</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1312</link>
		<dc:creator>Frank Scholten</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1312</guid>
		<description>@Wouter: Great, let us know what you learned.</description>
		<content:encoded><![CDATA[<p>@Wouter: Great, let us know what you learned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Heijke</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1306</link>
		<dc:creator>Wouter Heijke</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1306</guid>
		<description>Thanks for this informative Mahout introduction! I&#039;ve been wishing to get started with Mahout for quite a while now and your article made me do it today!</description>
		<content:encoded><![CDATA[<p>Thanks for this informative Mahout introduction! I&#8217;ve been wishing to get started with Mahout for quite a while now and your article made me do it today!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Scholten</title>
		<link>http://blog.jteam.nl/2009/12/09/mahout-taste-part-one-introduction/comment-page-1/#comment-1305</link>
		<dc:creator>Frank Scholten</dc:creator>
		<pubDate>Wed, 09 Dec 2009 19:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jteam.nl/?p=324#comment-1305</guid>
		<description>Just added a table with tanimoto coefficients for all product pairs</description>
		<content:encoded><![CDATA[<p>Just added a table with tanimoto coefficients for all product pairs</p>
]]></content:encoded>
	</item>
</channel>
</rss>
