My question is simple yet I have not been able to find an answer to it myself. So the way we print multiclass_explainer.predicted_class_name or multiclass_explainer.predicted_class_index, is it possible to print its probability too like multiclass_explainer.predicted_probability ?
I see it is shown in visualize() under "Predicted Label" column in parentheses. I have looked at the source code and it seems there is no functionality that allows that or did I miss something?
Hi,
Firstly many thanks for this outstanding work.
My question is simple yet I have not been able to find an answer to it myself. So the way we print multiclass_explainer.predicted_class_name or multiclass_explainer.predicted_class_index, is it possible to print its probability too like multiclass_explainer.predicted_probability ?
I see it is shown in visualize() under "Predicted Label" column in parentheses. I have looked at the source code and it seems there is no functionality that allows that or did I miss something?