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

Fix num_threads param, check for n_jobs param #118

Merged
merged 5 commits into from
Jun 18, 2021

Conversation

Yard1
Copy link
Member

@Yard1 Yard1 commented Jun 17, 2021

According to xgboost source code, num_threads is not a valid parameter, and n_jobs is an alias of nthread. This PR fixes the usage of the former and adds a missing check for latter.

@Yard1 Yard1 requested a review from krfricke June 17, 2021 17:11
@krfricke krfricke merged commit 55ad540 into ray-project:master Jun 18, 2021
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

Successfully merging this pull request may close these issues.

2 participants