Time the CPU tests on Jenkins. (#6257)

* Time the CPU tests on Jenkins.
* Reduce thread contention.
* Add doc.
* Skip heavy tests on ARM.
This commit is contained in:
Jiaming Yuan
2020-10-21 08:19:07 +08:00
committed by GitHub
parent d1254808d5
commit 81c37c28d5
9 changed files with 29 additions and 18 deletions

View File

@@ -73,7 +73,10 @@ __model_doc = '''
available. It's recommended to study this option from parameters
document.
n_jobs : int
Number of parallel threads used to run xgboost.
Number of parallel threads used to run xgboost. When used with other Scikit-Learn
algorithms like grid search, you may choose which algorithm to parallelize and
balance the threads. Creating thread contention will significantly slow dowm both
algorithms.
gamma : float
Minimum loss reduction required to make a further partition on a leaf
node of the tree.