Apache Mahout open source scalable machine learning project

learn more… | top users | synonyms

0
votes
0answers
10 views

Processing of heterogeneous documents XML in Hadoop

I work with hadoop 1.1.1. as I process XML documents, I use XmlInputFormat existing in MAHOUT. It is plain that START_TAG and END_TAG should be assigned. This kind of process is suitable for these ...
-1
votes
0answers
6 views

Mahout Recommender - How to override or look into the code?

I'm creating an Mahout recommender system now. I would like to know how can I optimize the code. I read on some guides on how to optimize the recommender, but I don't know how to do it on the Mahout ...
1
vote
1answer
30 views

Lanczsos-Eigenvector in Mahout

I am attempting machine learning in Mahout, Java. I have downloaded all the data I want with MySQL. The point where I am stuck is when my variable of type "SparseRowMatrix" has all computations and ...
0
votes
1answer
18 views

Why is Maven trying to compile my code as -source 1.3?

I get this error mvn -e package in Ubuntu 12.04: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project HadoopSkeleton: Compilation ...
0
votes
1answer
18 views

mahout ssvd job performance

I need to compute ssvd. For 50 000 x 50 000 matrix, when reducing to 300x300 libraries such as ssvdlibc and other can compute it in less than 3 minutes; I wanted to do it for big data, tried using ...
0
votes
1answer
16 views

Does mahout work real time or does it pre-process the data based on the algorithm rules?

I am trying to build a recommendation engine, for that I am thinking of using apache mahout but I am unable to make out if mahout process the data in real time or does it pre-process the data when the ...
0
votes
1answer
34 views

Do we need mahout and hadoop on same machine?

I am trying to build a recommendation engine using mahout, hadoop and java. It is my first time working with hadoop, I am getting my data sets from a server where hadoop is already installed which is ...
0
votes
1answer
25 views

Java mahout colt collections

under this link, we can see several versions of old colt libraries. I'm wondering what library mahout statistical users use today? I need it for a big data project. Please help. mahouters :) I need to ...
0
votes
0answers
17 views

Jars needed to run apahe mahout via web project

Please can anyone tell me which are the jars which I can specify in my WEB-INF/lib folder of my web dynamic project so as to easily run mahout enabled commands and methods in my web project Are ...
3
votes
0answers
39 views

Mahout : java.lang.NumberFormatException: For input string:

I am trying to get mahout working and I am getting the following error : 3/05/16 22:48:53 INFO mapred.MapTask: record buffer = 262144/327680 13/05/16 22:48:53 WARN mapred.LocalJobRunner: ...
0
votes
1answer
26 views

Mahout Datamodel with duplicate user,item enteries but different preference values

I was wondering how the distributed mahout recommender job org.apache.mahout.cf.taste.hadoop.item.RecommenderJob handled csv files where duplicate and triplicate user,item entries exist but with ...
0
votes
1answer
15 views

Running the mahout example for collaborative filtering: where are the results?

I am experimenting a bit with mahout and started building everything and have a look at the examples. I am mostly interested in collaborative filtering, so I started with the example on finding ...
1
vote
1answer
19 views

Apache Mahout. Limit or Offset for recommendations

I wanted to implement a pagination with mahout(specfying, offset and max result) how do I achieve that with Mahout? so let's say I have this code that generates recommendations File ratingsFile = ...
0
votes
0answers
17 views

Stopword removal in Mahout for lda

I am new to Mahout and topic detection. I have got the top terms in different topics in Mahout 0.7 using CVB, but my result is like this even after giving --maxDFpercent as 20 while vectorization: 0 ...
-2
votes
1answer
44 views

How to use mahout in a java project in eclipse [closed]

I am making a web project on recommendations . Now i have made dynamic web project in which user is asked to enter his name,movie name,genre and these all things enter into database.I will be ...
0
votes
1answer
15 views

Extend Mahout for new dataset

I want to build a recommendation model based on Mahout. My dataset format has extra columns other than userID, itemID, rating and timestamp. Thus, I think I need to extend the FileDataModel. I ...
0
votes
0answers
14 views

What's the difference between KnnItemBasedRecommender and NearestNUserNeighborhood?

KnnItemBasedRecommender uses the optimizer to calculate the weight between items and interpolation used in the process while NearestNUserNeighborhood uses the similarty as the weight. Is it only the ...
1
vote
1answer
29 views

How do I evaluate a recommender using Mahout/Hadoop

Mahout comes with a number of predefined Hadoop job classes (stuff derived from AbstractJob). These include jobs for computing recommendations (RecommenderJob). Mahout also defines various ...
1
vote
1answer
49 views

mapred.JobClient: Error reading task output http:… when running hadoop from Cygwin on Windows OS

I was running the "Generating vectors from documents" sample from the book "Mahout in Action" from Cygwin on Windows. Hadoop is started only on the local machine. Below is my running command: $ ...
0
votes
0answers
21 views

The output of cvb in mahout 0.7

I'm running Mahout 0.7 on hadoop 1.0.4. I want to see the result of Reuters dataset for the topic modeling task. However, I'm getting kinda useless result when I use the vectordump tools in Mahout. ...
0
votes
0answers
6 views

How to detect possible events in a stream of tweets

Users may usually tweet about random stuff. Sometimes, they will tweet a lot about special events, such as when they are cheering for a team across a sports season or some conference they visited in a ...
5
votes
1answer
34 views

how to interpret IRStatisticsImpl data in mahout

i want to read the IRStatisticsImpl data but have some problems: my result is: ...
1
vote
0answers
36 views

Giving relative weight to items in recommendation engine

I am trying to build an item-item recommendation engine. I have classify my item in different categories.But I am facing problem as how to give weight to each category taking other categories in ...
0
votes
0answers
57 views

How to build java project using Mahout Map-Reduce classification algorithms for structured data classification?

I have a lot of sensor data that comes as feature vectors with class labels. I want to use the classification algorithms that are implemented as Map-Reduce to train this structured data I have. ...
0
votes
0answers
17 views

Dataset.read throws heap error in mahout

This is my java code. InputStream inputStream = new FileInputStream(new File( "/home/689693/Desktop/sunitha/customer360/churn/test/test.csv")); DataInput dataInput = new ...
-1
votes
0answers
30 views

Error while Installing Mahout

I got following error while installing mahout can anyone help e with this? [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] ...
0
votes
0answers
37 views

Supplied Mahout .7 Classify 20 news group example does not work

Using the mapr M3 VM which uses ubuntu linux and Hadoop, and installing Mahout .7 (manually the mapr install for it is not working) The included examples do not work. when classify-20newsgroups is ...
0
votes
0answers
49 views

(Training + Testing) Data issue in Naive Bayes Classifier of Mahout 0.7

In Mahout how can we make train vectors and test vectors for Naive Bayes Classifier manually instead of use "--randomSelectionPct" option for split. According to my understanding I had built train ...
1
vote
1answer
17 views

Could I define my own method to calculate UserSimilarity in Mahout's collaborative filtering?

I am using Apache Mahout's user-based collaborative filtering for recommender systems. I have two questions. 1) Must the UserID and ItemID be numeric? My datamodel looks like this: ...
0
votes
1answer
88 views

Using machine learning to de-duplicate data

I have the following problem and was thinking I could use machine learning but I'm not completely certain it will work for my use case. I have a data set of around a hundred million records ...
0
votes
2answers
74 views

What's difference between Collaborative Filtering Item-based recommendation and Content-based recommendation

I am puzzled about what the item-based recommendation is in 《mahout in action》.There is the algorithm in the book: for every item i that u has no preference for yet for every item j that u has a ...
-1
votes
0answers
29 views

Cloudera Mahout Installation steps

I am a newbie to cloudera mahout. As part of my learning I would like to install Mahout(cdh3u3 version) on my linux machine(cent os 6.5). Can anyone help me out to install mahout and to run mahout ...
1
vote
0answers
15 views

Details of individual jobs in Mahout for Collaborative Filtering

In this post how to use startPhase in Mahout , in the first answer there is an explanation of all the jobs in collaborative filtering recommendations. Can someone tell where to find the details of ...
0
votes
0answers
26 views

Using Apache Mahout MySQLJDBCDataModel

I am planning to use Apache Mahout as my recommendation Engine, and I wanted to use MySQLJDBCDataModel, since most contents /user preferences are stored in the database. However I am having problems ...
0
votes
0answers
26 views

Getting Hibernate Datasource

I am currently creating a web application and integrating it with mahout. I am using Hibernate 4 as my ORM tool. is there by any chance I can get a DataSource object from Hibernate Session? if so how? ...
0
votes
1answer
41 views

Mahout Item Similarity Output Empty

I'm using Mahout's ItemSimilarityJob to compute similarity of items with an input .csv file that looks like this: user_id(numbers only), song_id(numbers only), listens(numbers only) When I run the ...
0
votes
0answers
67 views

Mahout - How do I format my input for Naive Bayes classification

I want to run Naive Bayes classifier in Mahout for a classification problem. I have searched everywhere on how to format my input, and how to specify the input to mahout, but have not found any useful ...
0
votes
1answer
41 views

Mahout - Item Similarity, but exclude Items a User has already “bought”

I want to create a video recommender, which recommends via similarity. The challenge is, that I want to exclude videos that the user has already seen. This seems like a pretty obvious case to me, but ...
-2
votes
0answers
79 views

Review based text classification with Apache Mahout

I am working on a problem which involves review based text classification. I have a big data set so I am thinking of using Apache Mahout for text classification. However, I am not able to find any ...
1
vote
1answer
185 views

java.lang.OutOfMemoryError: Java heap space error while running seq2sparse in mahout

I am trying to cluster some hand made date using k-means in mahout. I have created 6 files with hardly 1 or 2 words text in each file. Created a sequence file out of them using ./mahout seqdirectory. ...
-1
votes
0answers
52 views

install mahout on windows 7 using cygwin(not using hadoop just mahout(interesting in Taste))

I downloaded cygwin and mahout and started to follow the commands but the core did not build , the i used the the command mvn install -DskipTests and they all build successfully,i downloaded movielens ...
0
votes
0answers
131 views

mahout Vector Creation using Map Reduce

I implemented a map reduce job that from a text document formatted as : - id,val1,val2..valn - 0,1,2,3,4 - 1,5,6,7,8 - 2,9,10,11,12 - 3,3,8,5,2 - 4,4,89,84,1 I used NamedVecTor to associate ...
0
votes
1answer
57 views

Vectors in Each Mahout Cluster

I'm an Apache Mahout newbie. I'm trying to understand which of my named vectors belong to which cluster. A lot of resources on the internet are about text documents and use the commands clusterdump. ...
1
vote
1answer
159 views

How to run large Mahout fuzzy kmeans clustering without running out of memory?

I am running Mahout 0.7 fuzzy k-means clustering on Amazon's EMR (AMI 2.3.1) and I am running out of memory. My overall question: how do I get it working most easily? Here is an invocation: ...
0
votes
1answer
61 views

mahout - running grouplens example error

i got an error when trying to run the grouplens example following tutorial at https://cwiki.apache.org/MAHOUT/recommendationexamples.html my params: windows 7 32bit, jdk 1.7 maven 3.0.5 ...
0
votes
0answers
24 views

Where should computations take place for complex algorithms

Background: I'm a software engineering student and I was checking out several algorithms for recommendation systems. One of these algorithms, a collaborative filtering has a lot of loops int it, it ...
1
vote
0answers
49 views

Error while integrating mahout into solr

I am trying to integrate mahout into solr (Using updateRequestProcessor chain) But whenever i try to initialise classifierContext i get following error. INFO: model path :/home/bayes-model ...
2
votes
1answer
115 views

Mahout: “Error creating assembly archive job”

I'm trying to install Mahout on a Ubuntu 12.10 server but I'm running into a build error and i can't figure out where it's failing. The error message if i'm running it without the -e flag is: Failed ...
0
votes
1answer
37 views

How to insert String user IDs via REST API in Myrrix Serving Layer

I have user IDs like a6347324, b7432408, f54789922 (non-numeric), and numeric item IDs. I want to able to use the REST API in Myrrix to insert such user-item pairs. But /pref/a6347324/1234 returns an ...
-2
votes
2answers
51 views

After starting hadoop, i cannot start mahout ..!

When Starting Mahout i got an error message like this root@fazil-VPCEB45FG:/usr/local/mahout/bin# ./mahout hadoop binary is not in PATH,HADOOP_HOME/bin,HADOOP_PREFIX/bin, running locally ...

1 2 3 4 5 11