Specify src path for isort. (#8867)
This commit is contained in:
@@ -5,9 +5,9 @@ Example of training with Dask on CPU
|
||||
"""
|
||||
from dask import array as da
|
||||
from dask.distributed import Client, LocalCluster
|
||||
from xgboost.dask import DaskDMatrix
|
||||
|
||||
import xgboost as xgb
|
||||
from xgboost.dask import DaskDMatrix
|
||||
|
||||
|
||||
def main(client):
|
||||
|
||||
Reference in New Issue
Block a user