We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766bfcc commit 231977fCopy full SHA for 231977f
tests/test_distributed/test_gpu_with_dask/test_gpu_with_dask.py
@@ -17,7 +17,9 @@
17
from xgboost.testing.dask import get_rabit_args
18
from xgboost.testing.params import hist_parameter_strategy
19
20
-from ..test_with_dask.test_with_dask import generate_array
+from ..test_with_dask.test_with_dask import (
21
+ generate_array,
22
+)
23
from ..test_with_dask.test_with_dask import kCols as random_cols
24
from ..test_with_dask.test_with_dask import (
25
make_categorical,
0 commit comments