This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Issue with n_jobs and pickling? #114
Comments
I can reproduce. The problem happens not when creating the object but when attempting to fit. numpy 1.12.1, lightning 0.4, sklearn 0.18.1, freshly installed from conda over Bash for Windows:
Probably the fix is related to implementing get/set_state |
Interestingly this only fails in python3.6, not in python3.5! Gist to reproduce is here The envs I used can be obtained by:
|
Thanks for the investigation @vene! |
It appears related to this change in python 3.6:
|
vene
added a commit
to vene/lightning
that referenced
this issue
Jun 10, 2017
vene
added a commit
to vene/lightning
that referenced
this issue
Jun 10, 2017
vene
added a commit
to vene/lightning
that referenced
this issue
Jun 10, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I am trying to create a CDClassifier with n_jobs = -1. However, when I try to do it, I get an error about pickling objects:
Any ideas?
The text was updated successfully, but these errors were encountered: