def _compute_value()

in lambda_function_code/metric.py [0:0]


    def _compute_value(self):
        """This is where the actual calculation happens. Child classes MUST implement this"""
        raise NotImplementedError