We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.*
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.*
Sorry, something went wrong.
This issue was moved to angleto#11
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: