lachioma / glmnet_matlab

glmnet compiled for MATLAB R2020, Windows 10 64-bit
GNU General Public License v3.0
3 stars 0 forks source link

MATLAB crashes when using poisson GLM #2

Open aloleary93 opened 3 years ago

aloleary93 commented 3 years ago

Hi there,

Thanks for uploading the compiled code for MATLAB!

I was wondering if you had any issues using the poisson GLM?

When I run this model I get a 'MATLAB has generated an internal error and needs to close message' every time.

I am wondering if this means that the code needed to run poisson is not properly compiled?

Best wishes, Alice

lachioma commented 3 years ago

Hi Alice I used the Poisson GLM quite a lot and I don't remember getting such error... If you run exactly the same code on the same data, but using family = 'gaussian', do you get that error? Best Alessandro