Check if shap
accepts pd.DataFrame
(and for which Explainers)
#508
Labels
long term 📆
TODO long term
maintenance 🔨
Code enhancements, tests and maintenance
Python 🐍
Related to Python
...and possibly remove the conversion from pandas to numpy in ShapWrapper.
Then,
explainer.model_info['arrays_accepted']
would become redundant, which in fact fixes #507 by making the scikit Pipeline fail gracefully in the downstream package (with an appropriate exception message).The text was updated successfully, but these errors were encountered: