W3cubDocs

/scikit-learn

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.

Changed in version 0.18: Moved from sklearn.utils.validation, extends EfficiencyWarning.

© 2007–2016 The scikit-learn developers
Licensed under the 3-clause BSD License.
http://scikit-learn.org/stable/modules/generated/sklearn.exceptions.NonBLASDotWarning.html