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

Poor performance of LightGBM higher versions #5336

Open
DSOTM-pf opened this issue Jun 28, 2022 · 1 comment
Open

Poor performance of LightGBM higher versions #5336

DSOTM-pf opened this issue Jun 28, 2022 · 1 comment
Labels

Comments

@DSOTM-pf
Copy link

Description

Hi. I used LGBMClassifier in my program but I noticed that its runtime increased when adopting higher versions of lightgbm.

As shown in the following experiment results, this model performs best if we use lightgbm<=2.3.1.

My question is that why does such a library version perform better? Are there any issues in newer versions?

The detailed information is as follows:

Versions Runtimes
3.2.1 179s
3.0.0 101s
2.3.1 86s
2.1.2 83s

Reproducible example

Here are the code, train dataset, and test dataset:
download code and datasets

Environment info

Command(s) you used to install LightGBM

pip install lightgbm== "versions"
@guolinke
Copy link
Collaborator

@wowhhh can you provide a reproductive example?

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

No branches or pull requests

3 participants