-
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
coefficients larger than 1 #22
Comments
Do you mean the weight vector? If so, yes they can be larger than 1
|
Thanks for your answer. I have another issue, the glmnet solution is sparser than LIBLINEAR solution - I wonder if there could be any explanation ? :-) - thanks. |
If the same loss and the same parameters are used, I think they should
|
This issue was moved to angleto#14 |
I wonder, if coefficients can be larger than 1 even on the normalized data ?
I am bench making liblinear with glmnet, and I see one of the coefficients is larger than one.
Thanks.
The text was updated successfully, but these errors were encountered: