-
Notifications
You must be signed in to change notification settings - Fork 7
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
some log-lik risks are nan in SL risk estimates #2
Comments
I guess it could be giving predictions outside (0,1), which is causing the problem. Can you check that easily? |
Yeah i can run the simulation again and keep track of this--good idea. I
didn't think this was possible, however, since I thought lasso was just
logistic regression with an added constraint on the L1 norm of the
coefficient. Should not all predictions be of form expit(\beta X) for a
binary outcome?
…On Wed, Aug 23, 2017 at 3:54 PM, David Benkeser ***@***.***> wrote:
I guess it could be giving predictions outside (0,1), which is causing the
problem. Can you check that easily?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIFWF42ZjPNVCIf_dM4KJzVxOU6TLLchks5sbK2_gaJpZM4PAp2N>
.
|
Yes, it is giving predictions greater than 1
|
Yes, I'm not surprised that was at the root. I'd suggest just truncating predictions for now until we work out a better solution. |
On a side note, is it possible to do log-lik loss in fitting hal? Clearly we are using only sq error since predictions are going outside 0-1. I thought glmnet had that option |
Have you noticed trouble with log-lik risk estimates for the SL wrapper? I see some risks are showing up as nan but SL is still giving a coefficient so the predictions and meta-learning in SL are working.
The text was updated successfully, but these errors were encountered: