[scikit-learn] DBScan freezes my computer !!!
José María Mateos
chema at rinzewind.org
Sun May 13 19:44:34 EDT 2018
On Sun, May 13, 2018 at 08:23:15PM -0300, Mauricio Reis wrote:
> To summarize: 1) How to check the memory of the computer during the
> execution of the routine? 2) I suggest developing test versions of routines
> that may have a memory error.
If you are on Linux, can you just run "top" while your script runs? That
will tell you how much memory is being used by each process. On Windows,
you can use the task scheduler to obtain similar results.
Cheers,
--
José María (Chema) Mateos
https://rinzewind.org/blog-es || https://rinzewind.org/blog-en
More information about the scikit-learn
mailing list