Skip to content
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] Dask Vector types for group, init_score, sample_weights (fixes #4375) #4380

Merged
merged 1 commit into from
Jun 15, 2021

Conversation

ffineis
Copy link
Contributor

@ffineis ffineis commented Jun 15, 2021

Addresses #4375 - removes Dask DataFrame type option for DaskLGBM estimators' group, init_score, and sample_weights parameters. These must be 1-d distributed vectors, cannot be 2-d.

To be honest I was kind of torn grammatically between "Dask Array or Dask Series or None, optional (default=None)" and "Dask Array, Dask Series, or None, optional (default=None)". Welcome an opinion on this!

@ffineis ffineis requested a review from jameslamb as a code owner June 15, 2021 03:05
@jameslamb jameslamb added the doc label Jun 15, 2021
@jameslamb jameslamb changed the title Dask Vector types for group, init_score, sample_weights [dask] Dask Vector types for group, init_score, sample_weights (fixes #4375) Jun 15, 2021
Copy link
Collaborator

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the phrasing you went with. Thanks very much for doing this and for the excellent write-up in #4375!

@jameslamb jameslamb merged commit 5af7eb7 into microsoft:master Jun 15, 2021
@ffineis ffineis deleted the dask/fit_arrays branch June 17, 2021 03:01
@github-actions
Copy link

This pull request 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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants