TeamHG-Memex / eli5

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

Convert show_weights / explain_weights (explanation object) as a dict or a list? #379

Open subash774 opened 4 years ago

subash774 commented 4 years ago

Want to compare different models and their feature weights, I was wondering if there's a way to convert the explanation object to some form of list or a dict?