imoscovitz / wittgenstein

Ruleset covering algorithms for transparent machine learning
MIT License
90 stars 24 forks source link

Fix wrong function name in model interpretation #24

Closed linomp closed 8 months ago

linomp commented 2 years ago

I was getting an error about the inpackage function not existing, it turns out there was a typo, as the function is called _inpackage.

I found this by trying out the model interpretation functionality by passing a CatBoost model, without supplying my own model_predict_function. So the error popped up in the 3rd if statement.