evaluation ========== .. py:module:: evaluation Classes ------- .. autoapisummary:: evaluation.Evaluation Module Contents --------------- .. py:class:: Evaluation(explanation) .. py:attribute:: explanation .. py:method:: ratio() Returns percentage of data required for sufficient explanation .. py:method:: spectral_entropy() This code is a simplified version of https://github.com/raphaelvallat/antropy/blob/master/src/antropy/entropy.py .. py:method:: responsibility_entropy() .. py:method:: robustness(lower=None, upper=None, repeats=2) .. py:method:: insertion_deletion_curve(prediction_func, normalise=False) .. py:method:: __batch(im, dm, prediction_func)