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

[feature request] accelerate the data loading from Python/R object #2789

Closed
guolinke opened this issue Feb 21, 2020 · 4 comments
Closed

[feature request] accelerate the data loading from Python/R object #2789

guolinke opened this issue Feb 21, 2020 · 4 comments

Comments

@guolinke
Copy link
Collaborator

guolinke commented Feb 21, 2020

refer to the code in src/c_api.cpp (LGBM_BoosterPredictFor* and LGBM_DatasetCreateFrom*).
Currently, the data are read by the function wrapper, which may produce some overheads.

@jameslamb
Copy link
Collaborator

@guolinke could you elaborate on this? I don't understand which part of src/c_api.cpp you are referring to.

@guolinke
Copy link
Collaborator Author

@jameslamb
refer to LGBM_BoosterPredictFor* and LGBM_DatasetCreateFrom*

@jameslamb
Copy link
Collaborator

@jameslamb
refer to LGBM_BoosterPredictFor* and LGBM_DatasetCreateFrom*

got it, thanks!

@StrikerRUS
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants