sklearn.exceptionsNonBLASDotWarning

class sklearn.exceptions.NonBLASDotWarning

[源码]

当点操作不使用BLAS时使用的警告。

这个警告是用来通知用户,BLAS没有用于点操作,因此效率可能会受到影响。

在0.18版本中进行了更改:从sklearn.utils转移。验证、EfficiencyWarning延伸。

属性
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.