See http://stackoverflow.com/questions/13663567/mahout-csv-to-vector-and-running-the-program
On Fri, Aug 8, 2014 at 11:05 PM, Aniket <[email protected]> wrote: > Hi, > > I am working on project & want to run a dataset on mahout for naive bayes > classifier. > dataset has csv format with columns ( id , rating ,summary, review, label). > > id : numeric > rating : numeric ( 1 to 5) > summary : 4-5 texts strings > review : more texts and strings > label : positive or negative. > > I am not able to fingure out how to do csv to seq. files beacuse csv has > texts > as well as numeric attributes. Can you please help with this ? > > Thanks. > Aniket > >
