Hello,

since I updated my trunk version of Mahout today, I get an empty file for the model when executing this code:

/    OutputStream modelOutput = new FileOutputStream(LOGISTIC_MODEL);
     try {
           this.lmp.saveTo(modelOutput);
     } finally {
           modelOutput.close();
     }

Do you know what can be the problem?

Many thanks,

Svetlomir.
/


Reply via email to