You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've previously reported a bug that RandomForestClassifier consumes more memory on newer versions, and I've also noticed that the svm API also consumes more memory on newer versions. The detailed test information is as follows.
I am not sure that this SVR that takes more memory since you are using a BaggingRegressor.
It would be better to have the smallest reproducible possible to investigate. And it would be interesting to split the fit and predict code.
Describe the bug
Hi, I've previously reported a bug that RandomForestClassifier consumes more memory on newer versions, and I've also noticed that the svm API also consumes more memory on newer versions. The detailed test information is as follows.
Steps/Code to Reproduce
Download dataset
Expected Results
same memory usage
Actual Results
new version use more memory.
Versions
The text was updated successfully, but these errors were encountered: