Hello,

I have used the

  mahout trainlogistic

command line tool to train a model on an CSV file and then

  mahout runlogistic

to observe the model's performance on test data.

Now, I want to make predictions by using another CSV file that does not
include the target variable.

Is there such a command line tool in Mahout? Something that can be run like

  mahout makeprediction modelFile newFileWithoutTargetVariable.csv

and prints something like:

  output1, probability1
  output2, probability2
  output3, probability3

or maybe just the probabilities?


-- 
Emre Sevinç

Reply via email to