-
Notifications
You must be signed in to change notification settings - Fork 343
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
Liblinear output #23
Comments
For this method please check http://www.csie.ntu.edu.tw/~cjlin/papers/logistic.pdf
|
This issue was moved to angleto#13 |
Hello,
I am using liblinear to do an SVM classification and I am seeing output during training that I don't understand. Specifically,
I haven't been able to find documentation anywhere for what these values mean. Is it bad that the "trust boundary" is reached? Does it mean training isn't working? In the first few iterations the trust boundary is not always reached but later in training it seems to be. Is there a resource anywhere that can help me understand?
Thanks!
Jordan
The text was updated successfully, but these errors were encountered: