skactiveml.exceptions.MappingError#

class skactiveml.exceptions.MappingError[source]#

Bases: Exception

Exception class to raise if a strategy needs a mapping between samples and candidates which is not available.

args#
with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.