Shap: SHAP R Package

Created on 13 Oct 2018  路  4Comments  路  Source: slundberg/shap

@slundberg , you guys plan to work on R package and create a similar interface and graphics, there is IML R package that does something similar but not exactly.

Most helpful comment

@shoaibkhanz , few days ago R wrapper for SHAP library was released. It is called Shapper and you can find more informations about that at this github: https://github.com/ModelOriented/shapper

All 4 comments

As only an infrequent user of R I don't have plans to implement it right now. Though I should note that packages like XGBoost have Tree SHAP code integrated into their code-base and do have some R interfaces.

@shoaibkhanz , few days ago R wrapper for SHAP library was released. It is called Shapper and you can find more informations about that at this github: https://github.com/ModelOriented/shapper

Here's a SHAP visualization package for xgboost in R that I released recently. It is called SHAPforxgboost and the github page serves as the vignette: https://github.com/liuyanguu/SHAPforxgboost

@liuyanguu very nice!

Was this page helpful?
0 / 5 - 0 ratings