pygeoda icon indicating copy to clipboard operation
pygeoda copied to clipboard

Running schc and skater makes the kernel die

Open shoyip opened this issue 3 years ago • 2 comments

I'm using PyGeoDa on Jupyter Notebooks, and so far I have not been able to use the schc and skater modules on it because the kernel just dies during the execution. I have also tried to set n_cpu to one, but this didn't seem to change the result.

I have also tried to run the code in the notebook as a Python script, and it just exists the program without giving any error or warning, and also not running what comes after the piece of code that calls the schc and skater functions.

My dataset has 2643 observations and 14 fields, and the geometry types are points. Can you help me with this? Thanks in advance and looking forward to hearing from you.

shoyip avatar Feb 17 '22 09:02 shoyip

I have run the code on a node with more memory and it runs, but it gives me another error. I'm addressing this error in another issue.

shoyip avatar Feb 17 '22 09:02 shoyip

Same for me, I think it could be related to the max number of observations. When using distance weighting with 20 observations (points), skater and hca clustering will run; however at 100 point observation the kernel dies or within VSCode the program simply exits with no error message. Does anyone know if there is a max # of observations?

Paulhurst20000 avatar Feb 18 '23 01:02 Paulhurst20000