You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by user12121 <va...@gmail.com> on 2014/09/23 13:35:27 UTC

Mahout Classification Beginner

Hey, I've just begun working with Mahout and I'm having trouble with very 
basic stuff.
So, essentially, I want to use the common iris.csv data and classify it 
using the LogisticRegression classifier.
I'm having trouble in going about the whole vectorization, as the features 
are integers and the target is a word. Which encoder should I use and how 
should I add these features to the vector. Help, pliss?