LocalCascadeEnsemble / LCE

Random Forest or XGBoost? It is Time to Explore LCE
https://lce.readthedocs.io/
Apache License 2.0
66 stars 8 forks source link

LCE doesn't use the stated amount of n_jobs #1

Closed nikita6187 closed 2 years ago

nikita6187 commented 2 years ago

Hello,

I'm loving LCE up until now! One thing I've noticed is that LCE does not follow the amount of jobs stated, and uses all processors.

I believe the issue comes from stating 'n_jobs=-1' in the config of xgboost, example here. A fix should be relatively straightforward by just passing this variable on.

Cheers, Nikita

LocalCascadeEnsemble commented 2 years ago

Hello,

Thank you for your message and I confirm that I have changed it in the version 0.2.4.

Best,