[dask][doc] Add small example for sklearn interface. (#6970)

This commit is contained in:
Jiaming Yuan
2021-05-19 13:50:45 +08:00
committed by GitHub
parent 7e846bb965
commit 5cb51a191e
2 changed files with 36 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#########################
#############################
Random Forests(TM) in XGBoost
#########################
#############################
XGBoost is normally used to train gradient-boosted decision trees and other gradient
boosted models. Random Forests use the same model representation and inference, as