Closed Yard1 closed 3 years ago
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.
num_threads
n_jobs
nthread
According to xgboost source code,
num_threads
is not a valid parameter, andn_jobs
is an alias ofnthread
. This PR fixes the usage of the former and adds a missing check for latter.