Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the What you really need to know section for the big picture.

julearn.transformers.target.TransformedTargetWarning#

class julearn.transformers.target.TransformedTargetWarning#

Warning used to notify the user that the target has been transformed.

__init__(*args, **kwargs)#
add_note()#

Exception.add_note(note) – add a note to the exception

args#
with_traceback()#

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