-
Notifications
You must be signed in to change notification settings - Fork 2k
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
GBM plot failed to generate plots #8846
Comments
Wendy commented: Attached please find Franklin’s code and dataset. [^GBM - Plot Failure (e8a2f5d4-9dbb-4542-bf34-a9b973a919ab).ipynb] |
Wendy commented: After analyzing the problem, it seems to be that the Jupyter Notebook kernel is killed when the command GBM.plot() or the GBM.varimp_plot(5) is called, the kernal died. Franklin has caught the following error off his machine: GBM.plot() |
Wendy commented: I was able to run the jupyter notebook to completion. !image-20190813-183557.png|width=553,height=942! |
Franklin Alvarenga commented: This is a temporary solution. I’ll keep investigating more on this issue. import os This is the link where you can find the solutions. [https://github.com/dmlc/xgboost/issues/1715|https://github.com/dmlc/xgboost/issues/1715|smart-link] |
Franklin Alvarenga commented: I uninstalled and re-installed h2o and it fixed the problem. I followed the next steps, from the documentation: Install all the dependencies first (this was done before, but just to make sure everything is as it should be): {code}pip install requests Then, uninstall the previous version of h2o in your machine, {{pip uninstall h2o}} and lastly, install the latest stable version, {{pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o}} Note: This was done to install version 3.26.0.2 [http://docs.h2o.ai/h2o/latest-stable/h2o-docs/downloading.html|http://docs.h2o.ai/h2o/latest-stable/h2o-docs/downloading.html] |
JIRA Issue Migration Info Jira Issue: PUBDEV-6788 Attachments From Jira Attachment Name: GBM - Plot Failure.ipynb Attachment Name: GBM - Plot Failure.ipynb Attachment Name: GBM - Plot Failure (910ec462-e779-48de-8af7-22ed1c47da7c).ipynb Attachment Name: GBM - Plot Failure (e8a2f5d4-9dbb-4542-bf34-a9b973a919ab).ipynb Attachment Name: image-20190813-183557.png |
No description provided.
The text was updated successfully, but these errors were encountered: