Fixes small typo in sklearn documentation (#6717)
Replaces "dowm" with "down" on parameter n_jobs
This commit is contained in:
parent
bdedaab8d1
commit
25077564ab
@ -85,7 +85,7 @@ __model_doc = '''
|
|||||||
n_jobs : int
|
n_jobs : int
|
||||||
Number of parallel threads used to run xgboost. When used with other Scikit-Learn
|
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
|
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.
|
algorithms.
|
||||||
gamma : float
|
gamma : float
|
||||||
Minimum loss reduction required to make a further partition on a leaf
|
Minimum loss reduction required to make a further partition on a leaf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user