Re: Using "split" without partitioning the data to train/test

2014-03-31 Thread Mahmood Naderan
Yeah you are right. I have to ignore that command   Regards, Mahmood On Monday, March 31, 2014 6:56 PM, Suneel Marthi wrote: Sent from my iPhone > On Mar 31, 2014, at 4:20 PM, Mahmood Naderan wrote: > > Hi, > In an old Mahout, I used wikipediaDataSetCreator on an input to create the > tr

Re: Using "split" without partitioning the data to train/test

2014-03-31 Thread Suneel Marthi
Sent from my iPhone > On Mar 31, 2014, at 4:20 PM, Mahmood Naderan wrote: > > Hi, > In an old Mahout, I used wikipediaDataSetCreator on an input to create the > training data > > mahout wikipediaDataSetCreator -i > wiki-tr/chunks -o tr-input -c labels.txt > > and then fed the tr-i

Using "split" without partitioning the data to train/test

2014-03-31 Thread Mahmood Naderan
Hi, In an old Mahout, I used wikipediaDataSetCreator on an input to create the training data         mahout wikipediaDataSetCreator -i wiki-tr/chunks -o tr-input -c labels.txt and then fed the tr-input to the trainclassifier using     mahout trainclassifier -i tr-input -o wikimodel Now, in