anchor-experiments
anchor-experiments copied to clipboard
XGBoost: File Not Found
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'
I'm guessing you don't have a /tmp/ directory? Are you running this on windows?
You can change the outfile path