From 25077564abbb16a0523dcda009696f702dbbe500 Mon Sep 17 00:00:00 2001 From: Benjamin Lehmann Date: Fri, 19 Feb 2021 16:36:06 -0700 Subject: [PATCH] Fixes small typo in sklearn documentation (#6717) Replaces "dowm" with "down" on parameter n_jobs --- python-package/xgboost/sklearn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/xgboost/sklearn.py b/python-package/xgboost/sklearn.py index be97b9b4c..68c06a7ae 100644 --- a/python-package/xgboost/sklearn.py +++ b/python-package/xgboost/sklearn.py @@ -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