sklearn.exceptions.ChangedBehaviorWarning¶
class sklearn.exceptions.ChangedBehaviorWarning
警告类,用于通知用户行为的任何更改。
版本0.18中的变化: 从sklearn.base移动。
属性 | 说明 |
---|---|
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.