sklearn.exceptions.ConvergenceWarning

class sklearn.exceptions.ConvergenceWarning [source]

Custom warning to capture convergence problems

Changed in version 0.18: Moved from sklearn.utils.

Attributes
args

Methods

with_traceback

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

with_traceback()

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

Examples using sklearn.exceptions.ConvergenceWarning

© 2007–2020 The scikit-learn developers
Licensed under the 3-clause BSD License.
https://scikit-learn.org/0.24/modules/generated/sklearn.exceptions.ConvergenceWarning.html