"user error": I had forgotten to protect the script with ``if __name__
is '__main__'
upgrading to joblib 0.7 raises an exception to avoid the recursive
creation of new processes. (I don't find the thread where Gael
discussed and introduced this.)
as aside: running the original script in IDLE didn't cause the excess
process creation, because IDLE always runs in a different '__main__'
(or something like that).
using defaults=sm.nonparametric.EstimatorSettings(efficient=True)
works fine now.
except the bandwidth is 3 times higher with efficient=True than with
efficient=False.
Josef
>
> Josef
>
>
>>
>> Josef
>>
>>
>>>
>>> Ralf
>>>