Skip to content
New issue

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

Where is the model file? #25

Open
enmengyi opened this issue Jul 30, 2016 · 2 comments
Open

Where is the model file? #25

enmengyi opened this issue Jul 30, 2016 · 2 comments

Comments

@enmengyi
Copy link

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?

@cjlin1
Copy link
Owner

cjlin1 commented Jul 30, 2016

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.*

@simsong
Copy link

simsong commented Jan 22, 2018

This issue was moved to angleto#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants