-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dask] remove testing dependency on dask-ml #3796
Labels
Comments
@ffineis I'm gonna take this one today |
<Thumbs up>
…On Fri, Jan 22, 2021 at 8:47 AM James Lamb ***@***.***> wrote:
@ffineis <https://github.com/ffineis> I'm gonna take this one today
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3796 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZIXCJ724J6PCZYIRV4MYLS3GFZDANCNFSM4WKGOIWA>
.
|
jameslamb
added a commit
to jameslamb/LightGBM
that referenced
this issue
Jan 25, 2021
StrikerRUS
added a commit
that referenced
this issue
Jan 25, 2021
* [dask] factor dask-ml out of tests (fixes #3796) * Update tests/python_package_test/test_dask.py Co-authored-by: Nikita Titov <[email protected]> Co-authored-by: Nikita Titov <[email protected]>
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
See #3708 (comment). LightGBM's tests currently rely on installing
dask-ml
, but only for a few lightweight metrics functions.dask-ml
should be factored out of the tests and CI scripts.Motivation
This would reduce the risk of dependency conflicts in CI setup and speed up builds a bit.
References
@ffineis originally did this in #3708 (comment), but I asked him to pull it out into a separate future PR.
The text was updated successfully, but these errors were encountered: