eli5
eli5 copied to clipboard
Implement target_names for Keras classifier explanations
The explain_prediction
function for keras classifiers (https://github.com/TeamHG-Memex/eli5/pull/315) does not yet support the target_names
parameter.
See https://github.com/TeamHG-Memex/eli5/pull/315#discussion_r293318133 for a description of the feature. We should show names of classes in the final output layer.