Support dmatrix construction from cupy array (#5206)
This commit is contained in:
@@ -16,10 +16,9 @@ if [ ${TASK} == "python_test" ]; then
|
||||
echo "-------------------------------"
|
||||
conda activate python3
|
||||
python --version
|
||||
conda install numpy scipy pandas matplotlib scikit-learn
|
||||
conda install numpy scipy pandas matplotlib scikit-learn dask
|
||||
|
||||
python -m pip install graphviz pytest pytest-cov codecov
|
||||
python -m pip install dask distributed dask[dataframe]
|
||||
python -m pip install datatable
|
||||
python -m pytest -v --fulltrace -s tests/python --cov=python-package/xgboost || exit -1
|
||||
codecov
|
||||
|
||||
Reference in New Issue
Block a user