Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 25, 2024
1 parent 43e8453 commit b6f765a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/dask/gpu_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from dask import dataframe as dd
from dask.distributed import Client
from dask_cuda import LocalCUDACluster
from xgboost.dask import DaskDMatrix

from xgboost import dask as dxgb
from xgboost.dask import DaskDMatrix


def using_dask_matrix(client: Client, X: da.Array, y: da.Array) -> da.Array:
Expand Down

0 comments on commit b6f765a

Please sign in to comment.