-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unexpected behaviour with LogisticClassifier #131
Comments
@tlienart Be great if you can take a look at this. |
In #124 we discussed a new default for the regularization constant of logistic regression. I think this default hasn't changed everywhere... |
Sorry guys I don't have much time to look into this in details at the moment but this: MLJLinearModels.jl/src/glr/constructors.jl Lines 141 to 142 in 7e34598
seems to suggest the |
Could the following line be the problem? MLJLinearModels.jl/src/mlj/classifiers.jl Line 72 in 55f22b0
|
Thanks a lot @jbrea of course it's that line and MLJLinearModels.jl/src/mlj/classifiers.jl Line 29 in 55f22b0
|
https://discourse.julialang.org/t/unexpected-behavior-in-logisticclassifier-mljlinearmodels/90013
The text was updated successfully, but these errors were encountered: