NotEvaluatedError¶
- class NotEvaluatedError(*args, **kwargs)[source]¶
NotEvaluatedError.
Exception class to raise if evaluator is used before having evaluated any metric.
Deprecated since version 0.9.0: NotEvaluatedError will be removed in v0.10.0.
Methods
Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.