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

Issues with xgboost #6

Open
EvanGertis opened this issue May 17, 2022 · 0 comments
Open

Issues with xgboost #6

EvanGertis opened this issue May 17, 2022 · 0 comments

Comments

@EvanGertis
Copy link

I am trying to follow the README to get started with this project. So far I ran

make

in the xgboost directory. I successfully created the project. Then I downloaded the conf files by running

./download_data.sh

Then I went up a directory and I gave permissions to xgboost like so

chmod +x ./xgboost

I followed the example

./xgboost data/ori_mnist.conf

However, I get back

zsh: permission denied: ./xgboost

I manually installed xgboost with pip. It works for some cases, but not for the one shown below:

xgboost data/ori_mnist.conf       
Error running xgboost:

Invalid Input: 'robust_exact', valid values are: {'approx', 'auto', 'exact', 'gpu_hist', 'hist'}
Use xgboost -h for showing help information.
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

1 participant