-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
High memory usage in HistGradientBoostingClassifier #18152
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
Comments
Can reproduce on windows as well. cc @NicolasHug |
Could someone confirm that calling |
|
Related to #16395
In a dataset with 10000 samples and 100 features, the memory usage is 1657 MB, for 200 features it is 3400MB, for 400 it is
6627 MB. In comparison, it is 95MB, 181MB and 356MB respectively for
LightGBM
.Noticed this while trying to train on MNIST, program got killed by OS.
Here is the code I'm using:
Both were running at 100% in a 8 core/16 thread CPU. Had similar results with version 0.23.1.
System Info:
The text was updated successfully, but these errors were encountered: