-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel appears to have died in Jupyter Notebook using TPOTClassifier #546
Comments
I'm getting the same thing with |
jonathanng Could you please let me know whether setting n_jobs=1 or using
|
I'm using Python 3.6.1. I tried both n_jobs=1 and n_jobs=-1. Both gave me the error. Also, when I run:
I get the following error:
I'm trying your |
I met this error before. You need restart the terminal and then start with:
|
@jonathanng please check the comment above. |
This is all within a Jupyter notebook, so I don't think: |
@jonathanng oh you are right. It is not necessary in a jupyter notebook. |
For both n_jobs=1 and n_jobs=-1, the timeout_pipe branch works. Will this be merged into master? |
How about using The timeout_pipe branch is a compromising solution, and I tested it had some issues in Windows OS and also the performance of |
With the Did all the XGBoost runs fail in the |
You can inspect all of the pipelines that were successfully evaluated during the run with the |
Ok, yes, I do see it. Thanks! |
Everything ran successfully after setting
|
Interesting. Maybe it was a memory issue (not enough memory to run all jobs)? |
Closing this issue. Please feel free to re-open or file a new issue if you have any further questions or comments. |
I got same error when I installed xgboost. I tried all the solutions above but nothing worked for me. The problem disappeared after uninstalling xgboost. However, xgboost.XGBRegressor was not by TPOT. |
Thanks @vikeshsingh37 . This fixed the issue for me as well. Removing |
Hello,
When calling the fit method from a Jupyter Notebook, the kernel seems to die.
![screen shot 2017-08-15 at 12 21 13](https://user-images.githubusercontent.com/11842615/29312124-58f25a90-81b4-11e7-8a73-1b2d7d1b7cdd.png)
I use Python 2.7 with the latest Jupyter release and an upgraded version of tpot.
First I have this DeprecationWarning:
Then, after a couple of seconds I get the following window popping up:
![screen shot 2017-08-15 at 12 21 25](https://user-images.githubusercontent.com/11842615/29312142-6d9dd50a-81b4-11e7-90d1-670d64bc2826.png)
Do you guys have any idea what could be the reason?
The text was updated successfully, but these errors were encountered: