-
Notifications
You must be signed in to change notification settings - Fork 21
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
How to install #1
Comments
Hi @talenyc, Thanks for opening up an issue. Are you running this command from the kaggle-titanic tutorial? |
I am running this command from my ipython notebook and I'm following the kaggle-titanic tutorial. |
Hey @talenyc, You're on the right track with: import sys
sys.path.append('/Users/user/Documents/KaggleAux/kaggleaux') I'm not sure why it wouldn't be working; can you give me more information about the error you're getting? I keep a completely striped down version of KaggleAux in the titanic tutorial. So this issue is particular to that version, and not the one contained in this repository. Since it belongs there, I'll migrate this issue to the kaggle-titanic repo. I'm also going to make this package available through |
Also, #2. |
Can you help me how did you predict your results without KaggleAux |
How do I install and reference this package ?
I have cloned it on my desktop but how do I reference it ?
I tried adding it
import sys
sys.path.append('/Users/user/Documents/KaggleAux/kaggleaux')
But I still get an error when I run 👍
from KaggleAux import predict as ka # see github.com/agconti/kaggleaux for more details
No module named KaggleAux
The text was updated successfully, but these errors were encountered: