TeamHG-Memex / eli5

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

Understanding show_weights html #421

Open segalinc opened 2 years ago

segalinc commented 2 years ago

Hi there, thanks for your contribution. I have some questions about eli5.show_weights.

How are weights.pos and weights.neg defined? How do you compute the hsl color for the cell in the html table? Thank you