Closed Visdoom closed 6 years ago
Please provide data so we can reproduce this.
Hi,
I am running into the same issue. Sometimes I get this error. If I run again, all is good. And it's not a problem with a newx empty parameter.
Do you know what is the issue or how to overcome this 'sometimes' occuring error?
Thanks, Raluca
Not sure about this. Can you provide a reproducible example?
On Sun, Nov 8, 2020 at 4:11 PM githubhnw notifications@github.com wrote:
Hi,
I am running into the same issue. Sometimes I get this error. If I run again, all is good. And it's not a problem with a newx empty parameter.
Do you know what is the issue or how to overcome this 'sometimes' occuring error?
Thanks, Raluca
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/bbalasub1/glmnet_python/issues/23#issuecomment-723666484, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVEGE47XQQ3HI5ECWHM4YDSO4CQRANCNFSM4EVQ3IMQ .
Unfortunately not. I'm getting this error from time to time. Now, I'm only worried about moving the script into production. What can I do to overcome the issue. Running the script until there is no error...
Can you try looping it until there is an error and dumping? Could be that the problem is sensitive to the random start value. You could try to fix the random starts and see what happens.
Hard to troubleshoot from my end without an example that shows the error.
On Mon, Nov 9, 2020, 4:40 AM githubhnw notifications@github.com wrote:
Unfortunately not. I'm getting this error from time to time. Now, I'm only worried about moving the script into production. What can I do to overcome the issue. Running the script until there is no error...
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/bbalasub1/glmnet_python/issues/23#issuecomment-723894408, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVEGE5YHJKYB5GLFO4G27LSO62J5ANCNFSM4EVQ3IMQ .
Hello,
Below the error
I will set a seed before setting the foldid parameter.
Regards, Raluca
For those who have the same problem,
this could be caused by the foldid
ranged from [1, nfold].
Just set the foldid
ranged in [0, nfold -1], and the error shall be solved.
Hey there!
Sometimes I run into this error.
Funnily enough the issue only occurs sometimes.
Any ideas where that comes from?