TeamHG-Memex / eli5

A library for debugging/inspecting machine learning classifiers and explaining their predictions
http://eli5.readthedocs.io
MIT License
2.76k stars 332 forks source link

LightGBM support #165

Closed kmike closed 7 years ago

kmike commented 7 years ago

It'd be nice to support explain_weights and explain_prediction for scikit-learn wrappers from https://github.com/Microsoft/LightGBM.

kmike commented 7 years ago

Fixed by https://github.com/TeamHG-Memex/eli5/pull/169.