-
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
Support DataTable in Dask #3830
Comments
Closed in favor of being in #2302. We decided to keep all feature requests in one place. Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature. |
I'm -1 on this change. I believe that Type hints and type decisions for Dask (#3756) is my next priority, and in the PR for that I'll propose that we raise an error in If we don't put in such limitatioons, The comment referenced for this issue, #3515 (comment), was on the internals of |
@jameslamb Thanks for the discussion!
Agree with this statement. I'm going to strike out this issue from feature requests right now. And looking forward for your PR with type decisions! |
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. |
Summary
Dask estimators should support input in a form of H2O DataTable .
Motivation
This change would bring the Dask interface closer to full feature parity with the non-Dask interface.
Description
Initial step can be supporting DataTable via converting it into Numpy array.
References
#3515 (comment)
LightGBM/python-package/lightgbm/basic.py
Lines 946 to 948 in da44387
LightGBM/python-package/lightgbm/basic.py
Lines 619 to 620 in da44387
The text was updated successfully, but these errors were encountered: