Where is the model file?
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?
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.*
This issue was moved to angleto/liblinear#11