Fork me on GitHub

sklearn.exceptions.NonBLASDotWarning

class sklearn.exceptions.NonBLASDotWarning[source]

Warning used when the dot operation does not use BLAS.

This warning is used to notify the user that BLAS was not used for dot operation and hence the efficiency may be affected.

Previous