Update documents. (#6856)
* Add early stopping section to prediction doc. * Remove best_ntree_limit. * Better doxygen output.
This commit is contained in:
@@ -176,7 +176,7 @@ One simple optimization for running consecutive predictions is using
|
||||
shap_f = xgb.dask.predict(client, booster_f, X, pred_contribs=True)
|
||||
futures.append(shap_f)
|
||||
|
||||
results = client.gather(futures)
|
||||
results = client.gather(futures)
|
||||
|
||||
|
||||
This is only available on functional interface, as the Scikit-Learn wrapper doesn't know
|
||||
|
||||
Reference in New Issue
Block a user