2017-11-08 1 views
0

나는애수를 자아내는 가락 풀 인쇄 신비 오류

from pathos.multiprocessing import ProcessingPool 
pool = ProcessingPool(4) 
pool.map(...) 

을 실행하고있어 실행 시간에 인쇄됩니다 다음

not in depth 2 
not in depth 3 
not in depth 1 
not in depth 2 
not in depth 3 
not in depth 1 
not in depth 2 
not in depth 3 
not in depth 1 

이 무엇을 의미합니까? 오류로 인한 성능 저하를 방지하기 위해 수행 할 수있는 조치는 무엇입니까?

답변

0

회귀 결과가 절편 될 때 그 오류 메시지는 statsmodels에서 발생합니다 (issue raised on github 참조).

ProcessingPool은 작업자에게 보낼 때 입력을 피클하므로 필자의 기능을 매핑 할 때이 특정 메시지가 표시되지만 반복적으로 실행하는 것은 아닙니다.