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
I am relatively new to ML, and am trying to use xgboost explainer to understand the outcome of some linear models I am building.
Following the example at: article on xgboostexplainer
I have adapted the sample code for my model.
I can build an explainer, and run explainPredictions without errors.
However when trying showWaterfall, I get the following error message.
`Extracting the breakdown of each prediction...
|================================================================================| 100%
DONE!
Error in slice.xgb.DMatrix(object, idxset) :
INTEGER() can only be applied to a 'integer', not a 'double'`
What does this mean I did wrong?
The text was updated successfully, but these errors were encountered:
Hello,
I am relatively new to ML, and am trying to use xgboost explainer to understand the outcome of some linear models I am building.
Following the example at:
article on xgboostexplainer
I have adapted the sample code for my model.
I can build an explainer, and run explainPredictions without errors.
However when trying showWaterfall, I get the following error message.
`Extracting the breakdown of each prediction...
|================================================================================| 100%
DONE!
Error in slice.xgb.DMatrix(object, idxset) :
INTEGER() can only be applied to a 'integer', not a 'double'`
What does this mean I did wrong?
The text was updated successfully, but these errors were encountered: