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

[R-package] remove deprecation warnings on lgb.prepare() functions #3444

Merged
merged 3 commits into from
Oct 17, 2020

Conversation

jameslamb
Copy link
Collaborator

In LightGBM 3.0.0, the lgb.prepare* family of functions were removed (#3075 , #3095). That release still technically left those functions in {lightgbm}, but had them throw an error encouraging the use of lgb.convert() andlgb.convert_with_rules().

This PR proposes removing those functions completely. It's been more than a month since LightGBM 3.0.0, so I think the deprecation has been in the package long enough.

Removing these functions should slightly reduce the time it takes to build, install, and test the R package, and slightly reduce the size of the installed package.

@jameslamb
Copy link
Collaborator Author

gently ping @Laurae2 or @guolinke for review. I think this would be a very quick review, whenever you have time.

@StrikerRUS StrikerRUS merged commit 332559c into microsoft:master Oct 17, 2020
@jameslamb jameslamb deleted the fix/remove-unused branch February 7, 2021 03:36
@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 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants