Fixes small typo in sklearn documentation (#6717)

Replaces "dowm" with "down" on parameter n_jobs
This commit is contained in:
Benjamin Lehmann 2021-02-19 16:36:06 -07:00 committed by GitHub
parent bdedaab8d1
commit 25077564ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ __model_doc = '''
n_jobs : int
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
balance the threads. Creating thread contention will significantly slow down both
algorithms.
gamma : float
Minimum loss reduction required to make a further partition on a leaf