liblinear icon indicating copy to clipboard operation
liblinear copied to clipboard

Where is the model file?

Open U019TT opened this issue 9 years ago • 2 comments

In the Ubuntu terminal, I typed:

./train -s 2 -v 5 -e 0.001 -q train1.txt model1

Where "train1.txt" is my train sample file .

The result is:

Cross Validation Accuracy = 91.5398%

But I didn't find any file named "model1" in the current directory. What's the matter?

U019TT avatar Jul 30 '16 13:07 U019TT

please see the following faq

Q: After doing cross validation, why there is no model file outputted ?

Cross validation is used for selecting good parameters. After finding them, you want to re-train the whole data without the -v option.

enmengyi writes:

In the Ubuntu terminal, I typed:

./train -s 2 -v 5 -e 0.001 -q train1.txt model1

Where "train1.txt" is my train sample file .

The result is:

Cross Validation Accuracy = 91.5398%

But I didn't find any file named "model1" in the current directory. What's the matter?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.*

cjlin1 avatar Jul 30 '16 15:07 cjlin1

This issue was moved to angleto/liblinear#11

simsong avatar Jan 22 '18 23:01 simsong