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

XGBoost: File Not Found #1

Open
alexlaurence opened this issue Nov 11, 2019 · 1 comment
Open

XGBoost: File Not Found #1

alexlaurence opened this issue Nov 11, 2019 · 1 comment

Comments

@alexlaurence
Copy link

alexlaurence commented Nov 11, 2019

When I run

python run_compute_explanations.py

I get this error (python 3.5, XGBoost 0.9)

Traceback (most recent call last):
  File "run_compute_explanations.py", line 11, in <module>
    outfile = open(outfile, 'w', 0)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/adult-anchor-xgboost.log'
@marcotcr
Copy link
Owner

I'm guessing you don't have a /tmp/ directory? Are you running this on windows?
You can change the outfile path

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