-1

Every example I've found using the Shap package demonstrates with models from sklearn. How would I extend this to an ML.Net model? Do I just need a score file, ground truth file and prediction file?

I've checked this documentation: https://shap.readthedocs.io/en/latest/overviews.html

Silvio Mayolo
  • 62,821
  • 6
  • 74
  • 116
Lee
  • 49
  • 5

1 Answers1

0

a very wild guess would be try to convert idataview to dataframe and then call shap methods with pythonnet tell me if it worked ;)