Improved the importance() function, adding another method to compute it. Added an input variable: method = '1class' (for the previous method) or 'comb_classes' (for the new method). The default method is '1class'. Created a little function (subtract_from_index()) in the standard.py script to be used in the computation of the new method.
The 'comb_classes' method consists in see how the differences between class probabilities change and keep only the dominant term.
Improved the importance() function, adding another method to compute it. Added an input variable: method = '1class' (for the previous method) or 'comb_classes' (for the new method). The default method is '1class'. Created a little function (subtract_from_index()) in the standard.py script to be used in the computation of the new method. The 'comb_classes' method consists in see how the differences between class probabilities change and keep only the dominant term.