jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

i am getting "Kernel has died.It will restart automatically" whenver i am trying to fit the linear regression model. #433

Open NeeruSingla opened 5 years ago

NeeruSingla commented 5 years ago

I am trying to fit the linear regression model but everytime i am getting python has stopped working and kernel has died. When am running the same program on different machine but with same anaconda and python version it is working perfectly fine. I have done trying with installation and reinstallation, which was also unable to fix the problem

kaczmarj commented 5 years ago

@NeeruSingla - this could be due to a memory shortage on your machine. can you keep track of your memory usage while you're fitting the model? maybe there will be a memory spike that kills the kernel.

do you know if the other machine has more memory than yours? this is just a shot in the dark