[doc] Include dask examples into doc. (#7530)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""
|
||||
Example of training survival model with Dask on CPU
|
||||
===================================================
|
||||
|
||||
"""
|
||||
|
||||
import xgboost as xgb
|
||||
import os
|
||||
from xgboost.dask import DaskDMatrix
|
||||
|
||||
Reference in New Issue
Block a user