Partial Dependence Plot kills the kernel w/ Xgboost
jschular opened this issue · 2 comments
jschular commented
Doesn't work w/ XGBClassifier. The kernel dies.
SauceCat commented
so it works for other classifiers rather than XGB?
BrunoGomesCoelho commented
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