sklearn.exceptions.ConvergenceWarning?

class sklearn.exceptions.ConvergenceWarning

[源碼]

自定義警告捕獲收斂問題

在0.18版本中進行了更改:從sklearn.utils轉移。

屬性 說明
args

方法

方法 說明
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.