SauceCat/PDPbox

Partial Dependence Plot kills the kernel w/ Xgboost

jschular opened this issue · 2 comments

Doesn't work w/ XGBClassifier. The kernel dies.

so it works for other classifiers rather than XGB?

Not sure if this is your error, but depending on the versions of your libraries, make sure to pass n_jobs = 1. From the pdpDocs (CTRL-F xgboost), it's a known problem with XGBoost