Skip to content
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

Errors when running xgboost and dense neural net tutorial decoders #1

Open
srcole opened this issue Aug 25, 2017 · 2 comments
Open

Comments

@srcole
Copy link

srcole commented Aug 25, 2017

I'm trying to get the tutorials to run, but I am having issues with 2 of the decoders.

When running cell 4C (xgboost), I get this error on line 686 of decoders.py
AttributeError: 'module' object has no attribute 'DMatrix'

When running cell 4E (dense neural net), I get an error in keras/backend/tensorflow_backend.py on line 1107 (when calling tf.python.control_flow_ops.cond):
AttributeError: 'module' object has no attribute 'control_flow_ops'

I'm using a python 3.4 conda virtual environment and installed keras by conda install -c conda-forge keras. and cloned the current version of xgboost.

Would appreciate any advice on how to get these working with my environment. Thanks!

@srcole srcole changed the title Errors when running Examples_all_decoders.ipynb Errors when running xgboost and dense neural net tutorial decoders Aug 25, 2017
@jglaser2
Copy link
Collaborator

I'm really sorry for the delay in getting back to you! Did you end up getting either to work, or are you still stuck?

@srcole
Copy link
Author

srcole commented Sep 22, 2017

no worries! It's not critical for my project, so I honestly haven't looked at it since opening this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants