Hi,

I'm trying to use PCA in a subprocess created using multiprocess.Process.
When I call the fit_transform() method, the process hangs and doesn't do
anything.

I've ran PCA on the same data in an iPython terminal and fit_transform()
executes almost instantaneously.

Does anybody have an idea why it doesn't work when called from a subprocess?

Thanks in advance,
Martin
------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to