Return-Path: Delivered-To: apmail-lucene-mahout-user-archive@minotaur.apache.org Received: (qmail 5332 invoked from network); 15 Jul 2009 09:43:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jul 2009 09:43:36 -0000 Received: (qmail 43309 invoked by uid 500); 15 Jul 2009 09:43:45 -0000 Delivered-To: apmail-lucene-mahout-user-archive@lucene.apache.org Received: (qmail 43280 invoked by uid 500); 15 Jul 2009 09:43:45 -0000 Mailing-List: contact mahout-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-user@lucene.apache.org Delivered-To: mailing list mahout-user@lucene.apache.org Received: (qmail 43270 invoked by uid 99); 15 Jul 2009 09:43:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 09:43:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of srowen@gmail.com designates 209.85.219.226 as permitted sender) Received: from [209.85.219.226] (HELO mail-ew0-f226.google.com) (209.85.219.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2009 09:43:37 +0000 Received: by ewy26 with SMTP id 26so4884197ewy.5 for ; Wed, 15 Jul 2009 02:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=trTwMx9iyCeg4NU7B/7af+zDwlcIp7iXTJhhTdYIc+E=; b=srDkv3l6uH29CQJ24EXol3xgKoJq3NI2K6SA7JY+us0JOxwWG2vZzy0CirWOOEzg6U o7Gvr9fqwqE6hReXxLZpw6eyKHsnG0Gp8vpXBqKKw74Rd5QrQik73PfJzfxfJ3g31W4Q N90X5i/zyzRB4ZovMbs5j96Uun4f4Mz+gsB3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=NwevPwodG4oPaZCaC543/V00SfdLHCvdNZT45AhDwfpydajuW4zNyDJ53FAu/ss3f0 PMBpCmZozYJFj4mzwUNf3c1Qz4AMKCBwgIF4Tfb4AQWEZevE0bxd14+OvkFr+r1Apw28 hpd8XKfGQte0q3H7WN8B6mdCTQEkGmUzpNtps= MIME-Version: 1.0 Received: by 10.216.8.77 with SMTP id 55mr2003241weq.220.1247650995662; Wed, 15 Jul 2009 02:43:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 15 Jul 2009 10:43:15 +0100 Message-ID: Subject: Re: problems with taste. From: Sean Owen To: mahout-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hmm, I might have guessed there is some file encoding issues, related to line breaks, since you say copying the file "breaks" it. But that would explain, I think, why a copy would *work* rather than fail. One thing to be careful of is that FileDataModel tries to be clever and allow you to post incremental updates to the data file by placing similarly-named files in the same directory. How have you named your files? To rule this out, put the files in separate directories, just to make sure. Otherwise perhaps you can send me a sample of the data file or a sample of your code to see what is going on. On Wed, Jul 15, 2009 at 10:23 AM, Laya Patwa wrote: > Hi! > I am a student and right now I am working on a project named CoEUD. My task > is to build a recommender system and I am using the taste recommender > library that comes with mahout. > > I downloaded the subversion and installed it using maven and cygwin on > windows and also on MacOS. I tried the grouplens demo that is given in the > taste documentation and it also worked. Then I tried the example for user > based recommender, but it is giving some problems as follows: > 1) I have 3 different data files with me and they are in CSV format having > values of userID, itemID and preference. The recommendations are generated > for 1 data file and not for the others. There are no errors. The program > runs and generates an empty recommendation list for other data files > 2)Another peculiar thing that is happening is that when I make a copy of the > data file for which the user based recommender example is working and use > this data file, the recommendation list generated is empty. > > I am stuck with the above 2 problems and can't figure out why the > recommendations are not generated for all the data files. Can you please > help me out. > > I am using eclipse. > > Cheers, > Laya >