ddl.base.BoundaryWarning

class ddl.base.BoundaryWarning[source]

Bases: sklearn.exceptions.DataConversionWarning

Warning that data is on the boundary of the required set.

Warning when data is on the boundary of the domain or range and is converted to data that lies inside the boundary. For example, if the domain is (0,inf) rather than [0,inf), values of 0 will be made a small epsilon above 0.

Attributes:
args

Methods

with_traceback() Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
__init__(self, /, *args, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

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