dask / dask/dask-ml

Whether xgboost_requires needs to be changed

Open
#797 11 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
951
Forks
262
PR merge metrics
No merged PRs in 30d

Description

I'm sorry if I made a mistake in the place to post.

https://github.com/dask/dask-ml/blob/main/setup.py
Currently `dask-ml` depends on the following OSS when building with xgboost function:
```
xgboost_requires = ["dask-xgboost", "xgboost"]
```
https://github.com/dmlc/xgboost/blob/master/python-package/setup.py
However currently `xgboost` owns the `dask` option.
Does `xgboost_requires` need to be modified?

- `xgboost+dask` only
or
- `dask-xgboost` and `xgboost+dask`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.