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.