We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to follow the README to get started with this project. So far I ran
in the xgboost directory. I successfully created the project. Then I downloaded the conf files by running
Then I went up a directory and I gave permissions to xgboost like so
I followed the example
However, I get back
I manually installed xgboost with pip. It works for some cases, but not for the one shown below:
The text was updated successfully, but these errors were encountered: