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(note, /)

Add a note to the exception

args
with_traceback(tb, /)

Set self.__traceback__ to tb and return self.